summaryrefslogtreecommitdiffstats
path: root/src/libs/gui/LoadRemotePatchWindow.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-10-08 17:26:36 +0000
committerDavid Robillard <d@drobilla.net>2007-10-08 17:26:36 +0000
commit507d9ffa4771978b6964b4c4b261ee923ba7e324 (patch)
treea257d349fc357e7fd0ba29d08125296cc4dbf1ff /src/libs/gui/LoadRemotePatchWindow.cpp
parentec9540a559c40046123a2ac4be83faf90b79fbb0 (diff)
downloadingen-507d9ffa4771978b6964b4c4b261ee923ba7e324.tar.gz
ingen-507d9ffa4771978b6964b4c4b261ee923ba7e324.tar.bz2
ingen-507d9ffa4771978b6964b4c4b261ee923ba7e324.zip
Reorganize modules module (heh) to make a bit more sense. But not much.
git-svn-id: http://svn.drobilla.net/lad/ingen@851 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/gui/LoadRemotePatchWindow.cpp')
-rw-r--r--src/libs/gui/LoadRemotePatchWindow.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/libs/gui/LoadRemotePatchWindow.cpp b/src/libs/gui/LoadRemotePatchWindow.cpp
index 20c1533c..c6020ead 100644
--- a/src/libs/gui/LoadRemotePatchWindow.cpp
+++ b/src/libs/gui/LoadRemotePatchWindow.cpp
@@ -15,16 +15,17 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include "module/module.h"
-#include "LoadRemotePatchWindow.hpp"
#include <sys/types.h>
#include <dirent.h>
#include <boost/optional/optional.hpp>
#include <raul/RDFQuery.hpp>
-#include "interface/EngineInterface.hpp"
#include "client/PatchModel.hpp"
+#include "interface/EngineInterface.hpp"
+#include "module/World.hpp"
+#include "module/global.hpp"
#include "App.hpp"
#include "Configuration.hpp"
+#include "LoadRemotePatchWindow.hpp"
#include "ThreadedLoader.hpp"
using boost::optional;