From e8e446c2b4863a0ff8f9a4a835dd34e2159c93d9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 23 May 2012 23:23:10 +0000 Subject: Trim unnecessary includes. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4455 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/WindowFactory.cpp | 1 - src/gui/WindowFactory.hpp | 3 --- src/gui/ingen_gui_lv2.cpp | 1 - 3 files changed, 5 deletions(-) (limited to 'src/gui') 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" -- cgit v1.2.1