aboutsummaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/GladeXml.hpp2
-rw-r--r--src/gui/MachinaGUI.cpp2
-rw-r--r--src/gui/MachinaGUI.hpp2
-rw-r--r--src/gui/main.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/GladeXml.hpp b/src/gui/GladeXml.hpp
index 09ba044..6e3ea3c 100644
--- a/src/gui/GladeXml.hpp
+++ b/src/gui/GladeXml.hpp
@@ -19,7 +19,7 @@
#include <string>
#include <gtkmm.h>
#include <libglademm/xml.h>
-#include "config.h"
+#include "wafconfig.h"
class GladeXml
{
diff --git a/src/gui/MachinaGUI.cpp b/src/gui/MachinaGUI.cpp
index 761fb8d..a71a980 100644
--- a/src/gui/MachinaGUI.cpp
+++ b/src/gui/MachinaGUI.cpp
@@ -15,7 +15,7 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#include "config.h"
+#include "wafconfig.h"
#include <cmath>
#include <sstream>
diff --git a/src/gui/MachinaGUI.hpp b/src/gui/MachinaGUI.hpp
index 421aff6..28ae5c6 100644
--- a/src/gui/MachinaGUI.hpp
+++ b/src/gui/MachinaGUI.hpp
@@ -20,7 +20,7 @@
#include <string>
#include <libgnomecanvasmm.h>
-#include "config.h"
+#include "wafconfig.h"
#include "raul/SharedPtr.hpp"
#include "raul/Maid.hpp"
diff --git a/src/gui/main.cpp b/src/gui/main.cpp
index 008ebae..62d47c1 100644
--- a/src/gui/main.cpp
+++ b/src/gui/main.cpp
@@ -15,7 +15,7 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#include "config.h"
+#include "wafconfig.h"
#include <signal.h>
#include <iostream>
#include <string>