Fix include path for selection_subtype_tally.h after file relocation

This commit is contained in:
DawnFire42 2026-06-09 12:21:53 -04:00
parent e2ebdc51ad
commit 75beb5b2cb
No known key found for this signature in database
GPG key ID: 24BB855EE2911B33
3 changed files with 3 additions and 3 deletions

View file

@ -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>

View file

@ -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>

View file

@ -7,7 +7,7 @@
#ifndef GAMEVIEW_H
#define GAMEVIEW_H
#include "selection_subtype_tally.h"
#include "../game/selection_subtype_tally.h"
#include <QGraphicsView>