summaryrefslogtreecommitdiffstats
path: root/sigmodr/widgets/StoreUI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigmodr/widgets/StoreUI.cpp')
-rw-r--r--sigmodr/widgets/StoreUI.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/sigmodr/widgets/StoreUI.cpp b/sigmodr/widgets/StoreUI.cpp
index 32642dad..f5aae74f 100644
--- a/sigmodr/widgets/StoreUI.cpp
+++ b/sigmodr/widgets/StoreUI.cpp
@@ -19,9 +19,9 @@
#include "StoreUI.h"
// Sigmod includes
-#include "../sigmod/Item.h"
-#include "../sigmod/Sigmod.h"
-#include "../sigmod/Store.h"
+#include <sigmod/Item.h>
+#include <sigmod/Sigmod.h>
+#include <sigmod/Store.h>
// Qt includes
#include <QtGui/QListWidgetItem>