From 646889d772c327ed7e867af661581a991fd3ac2d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 21 Oct 2011 16:22:30 +0000 Subject: Begin moving shared headers to public include directory. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3558 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/App.cpp | 40 ++++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 18 deletions(-) (limited to 'src/gui/App.cpp') diff --git a/src/gui/App.cpp b/src/gui/App.cpp index 8e234031..1063ec39 100644 --- a/src/gui/App.cpp +++ b/src/gui/App.cpp @@ -15,40 +15,44 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "App.hpp" #include #include #include -#include -#include #include #include -#include "raul/log.hpp" -#include "raul/Path.hpp" -#include "lilv/lilv.h" + +#include +#include + #include "flowcanvas/Connection.hpp" -#include "shared/World.hpp" -#include "server/Engine.hpp" #include "ingen/ServerInterface.hpp" -#include "shared/runtime_paths.hpp" -#include "shared/LV2URIMap.hpp" +#include "ingen/client/ClientStore.hpp" #include "ingen/client/ObjectModel.hpp" #include "ingen/client/PatchModel.hpp" -#include "ingen/client/ClientStore.hpp" #include "ingen/client/SigClientInterface.hpp" -#include "NodeModule.hpp" +#include "ingen/shared/runtime_paths.hpp" +#include "lilv/lilv.h" +#include "raul/Path.hpp" +#include "raul/log.hpp" + +#include "server/Engine.hpp" +#include "shared/LV2URIMap.hpp" +#include "shared/World.hpp" + +#include "App.hpp" +#include "Configuration.hpp" +#include "ConnectWindow.hpp" #include "ControlPanel.hpp" -#include "SubpatchModule.hpp" #include "LoadPluginWindow.hpp" -#include "PatchWindow.hpp" #include "MessagesWindow.hpp" -#include "WidgetFactory.hpp" +#include "NodeModule.hpp" #include "PatchTreeWindow.hpp" -#include "Configuration.hpp" -#include "ConnectWindow.hpp" +#include "PatchWindow.hpp" +#include "Port.hpp" +#include "SubpatchModule.hpp" #include "ThreadedLoader.hpp" +#include "WidgetFactory.hpp" #include "WindowFactory.hpp" -#include "Port.hpp" #define LOG(s) s << "[GUI] " -- cgit v1.2.1