mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-16 20:17:45 -07:00
Fix include path for selection_subtype_tally.h after file relocation
This commit is contained in:
parent
e2ebdc51ad
commit
75beb5b2cb
3 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#include "selection_subtype_tally.h"
|
||||
|
||||
#include "board/card_item.h"
|
||||
#include "../game_graphics/board/card_item.h"
|
||||
|
||||
#include <QMap>
|
||||
#include <algorithm>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
#include "game_view.h"
|
||||
|
||||
#include "../client/settings/cache_settings.h"
|
||||
#include "../game/selection_subtype_tally.h"
|
||||
#include "game_scene.h"
|
||||
#include "selection_subtype_tally.h"
|
||||
|
||||
#include <QAction>
|
||||
#include <QGridLayout>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
#ifndef GAMEVIEW_H
|
||||
#define GAMEVIEW_H
|
||||
|
||||
#include "selection_subtype_tally.h"
|
||||
#include "../game/selection_subtype_tally.h"
|
||||
|
||||
#include <QGraphicsView>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue