summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-07-14 20:36:35 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-07-14 20:36:35 (GMT)
commit46c8fd10ec5bff1ee1146a0b6a7aa7eb9f47a2da (patch)
treea3d1877165a08ffb8de8adc9df617832cfc22674 /src/gui
parent32e65656666b05faba999a0c01819949de9b28a1 (diff)
Moved the project information into the analysis domain.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@550 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/editem.h2
-rw-r--r--src/gui/menus/file.c2
-rw-r--r--src/gui/menus/project.h2
-rw-r--r--src/gui/menus/view.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/editem.h b/src/gui/editem.h
index 827c752..c716337 100644
--- a/src/gui/editem.h
+++ b/src/gui/editem.h
@@ -29,8 +29,8 @@
#include <glib-object.h>
-#include "../project.h"
#include "../analysis/binary.h"
+#include "../analysis/project.h"
#include "../gtkext/gtkviewpanel.h"
diff --git a/src/gui/menus/file.c b/src/gui/menus/file.c
index e343788..6135f62 100644
--- a/src/gui/menus/file.c
+++ b/src/gui/menus/file.c
@@ -28,7 +28,7 @@
#include <i18n.h>
-#include "../../project.h"
+#include "../../analysis/project.h"
#include "../../gtkext/easygtk.h"
diff --git a/src/gui/menus/project.h b/src/gui/menus/project.h
index 92cede8..641f801 100644
--- a/src/gui/menus/project.h
+++ b/src/gui/menus/project.h
@@ -30,7 +30,7 @@
#include "menubar.h"
-#include "../../project.h"
+#include "../../analysis/project.h"
diff --git a/src/gui/menus/view.c b/src/gui/menus/view.c
index c907bc8..c6299a6 100644
--- a/src/gui/menus/view.c
+++ b/src/gui/menus/view.c
@@ -29,7 +29,7 @@
#include "../editem-int.h"
-#include "../../project.h"
+#include "../../analysis/project.h"
#include "../../gtkext/easygtk.h"
#include "../../gtkext/gtkdockstation.h"