summaryrefslogtreecommitdiff
path: root/src/gui/models
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/models')
-rw-r--r--src/gui/models/beingslistmodel.h3
-rw-r--r--src/gui/models/shopitems.h3
-rw-r--r--src/gui/models/tablemodel.h3
3 files changed, 4 insertions, 5 deletions
diff --git a/src/gui/models/beingslistmodel.h b/src/gui/models/beingslistmodel.h
index a50b20d8d..db17f4833 100644
--- a/src/gui/models/beingslistmodel.h
+++ b/src/gui/models/beingslistmodel.h
@@ -26,8 +26,7 @@
#include "utils/cast.h"
#include "utils/dtor.h"
-
-#include <vector>
+#include "utils/vector.h"
class BeingsListModel final : public AvatarListModel
{
diff --git a/src/gui/models/shopitems.h b/src/gui/models/shopitems.h
index d162ce524..8bb6719d7 100644
--- a/src/gui/models/shopitems.h
+++ b/src/gui/models/shopitems.h
@@ -30,8 +30,7 @@
#include "gui/models/listmodel.h"
#include "utils/cast.h"
-
-#include <vector>
+#include "utils/vector.h"
#include "localconsts.h"
diff --git a/src/gui/models/tablemodel.h b/src/gui/models/tablemodel.h
index dc3462f19..f28a60a6f 100644
--- a/src/gui/models/tablemodel.h
+++ b/src/gui/models/tablemodel.h
@@ -23,8 +23,9 @@
#ifndef GUI_MODELS_TABLEMODEL_H
#define GUI_MODELS_TABLEMODEL_H
+#include "utils/vector.h"
+
#include <set>
-#include <vector>
#include "localconsts.h"