summaryrefslogtreecommitdiffstats
path: root/sigmodr/widgets/SigmodUI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigmodr/widgets/SigmodUI.cpp')
-rw-r--r--sigmodr/widgets/SigmodUI.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/sigmodr/widgets/SigmodUI.cpp b/sigmodr/widgets/SigmodUI.cpp
index 0321e5a0..b21f4335 100644
--- a/sigmodr/widgets/SigmodUI.cpp
+++ b/sigmodr/widgets/SigmodUI.cpp
@@ -22,10 +22,10 @@
#include "TypechartModel.h"
// Sigmod includes
-#include "../sigmod/Map.h"
-#include "../sigmod/MapWarp.h"
-#include "../sigmod/Sigmod.h"
-#include "../sigmod/Type.h"
+#include <sigmod/Map.h>
+#include <sigmod/MapWarp.h>
+#include <sigmod/Sigmod.h>
+#include <sigmod/Type.h>
Sigmodr::SigmodUI::SigmodUI(Sigmod::Sigmod* sigmod, QWidget* parent) :
ObjectUI(parent),