summaryrefslogtreecommitdiffstats
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/PluginModel.cpp2
-rw-r--r--src/client/ingen_client.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/client/PluginModel.cpp b/src/client/PluginModel.cpp
index 6f3c3ff8..3bb37e03 100644
--- a/src/client/PluginModel.cpp
+++ b/src/client/PluginModel.cpp
@@ -28,7 +28,7 @@
#include "ingen/client/PluginModel.hpp"
#include "ingen/client/PluginUI.hpp"
-#include "ingen-config.h"
+#include "ingen_config.h"
using namespace std;
using namespace Raul;
diff --git a/src/client/ingen_client.cpp b/src/client/ingen_client.cpp
index 2e3e2c74..cd021766 100644
--- a/src/client/ingen_client.cpp
+++ b/src/client/ingen_client.cpp
@@ -19,7 +19,7 @@
#include "ingen/shared/World.hpp"
#include "raul/SharedPtr.hpp"
-#include "ingen-config.h"
+#include "ingen_config.h"
using namespace Ingen;