mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 00:12:15 -07:00
Clean up imports.
This commit is contained in:
parent
b1a7f79ab2
commit
25cad5c006
1 changed files with 1 additions and 4 deletions
|
|
@ -1,12 +1,9 @@
|
||||||
#ifndef DECKLIST_H
|
#ifndef DECKLIST_H
|
||||||
#define DECKLIST_H
|
#define DECKLIST_H
|
||||||
|
|
||||||
#include <QMap>
|
|
||||||
#include <QVector>
|
|
||||||
|
|
||||||
// Required on Mac. Forward declaration doesn't work. Don't ask why.
|
|
||||||
#include "../cockatrice/src/game/cards/card_database.h"
|
#include "../cockatrice/src/game/cards/card_database.h"
|
||||||
|
|
||||||
|
// Required on Mac. Forward declaration doesn't work. Don't ask why.
|
||||||
#include <QtCore/QXmlStreamReader>
|
#include <QtCore/QXmlStreamReader>
|
||||||
#include <QtCore/QXmlStreamWriter>
|
#include <QtCore/QXmlStreamWriter>
|
||||||
#include <common/pb/move_card_to_zone.pb.h>
|
#include <common/pb/move_card_to_zone.pb.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue