summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/WindowFactory.cpp1
-rw-r--r--src/gui/WindowFactory.hpp3
-rw-r--r--src/gui/ingen_gui_lv2.cpp1
3 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/WindowFactory.cpp b/src/gui/WindowFactory.cpp
index 2454a726..6042a190 100644
--- a/src/gui/WindowFactory.cpp
+++ b/src/gui/WindowFactory.cpp
@@ -28,7 +28,6 @@
#include "RenameWindow.hpp"
#include "WidgetFactory.hpp"
#include "WindowFactory.hpp"
-#include "ingen_config.h"
using namespace std;
diff --git a/src/gui/WindowFactory.hpp b/src/gui/WindowFactory.hpp
index 2bf36e85..0712c656 100644
--- a/src/gui/WindowFactory.hpp
+++ b/src/gui/WindowFactory.hpp
@@ -22,8 +22,6 @@
#include "ingen/GraphObject.hpp"
#include "raul/SharedPtr.hpp"
-namespace Raul { class Path; }
-
namespace Ingen {
namespace Client {
@@ -43,7 +41,6 @@ class PatchBox;
class PatchView;
class PatchWindow;
class RenameWindow;
-class UploadPatchWindow;
/** Manager/Factory for all windows.
*
diff --git a/src/gui/ingen_gui_lv2.cpp b/src/gui/ingen_gui_lv2.cpp
index f7510f62..cead2acb 100644
--- a/src/gui/ingen_gui_lv2.cpp
+++ b/src/gui/ingen_gui_lv2.cpp
@@ -20,7 +20,6 @@
#include "ingen/shared/AtomReader.hpp"
#include "ingen/shared/AtomSink.hpp"
#include "ingen/shared/AtomWriter.hpp"
-#include "ingen/shared/Configuration.hpp"
#include "ingen/shared/World.hpp"
#include "ingen/shared/runtime_paths.hpp"
#include "lv2/lv2plug.in/ns/extensions/ui/ui.h"