summaryrefslogtreecommitdiffstats
path: root/ingen/Module.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Module.hpp')
-rw-r--r--ingen/Module.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/Module.hpp b/ingen/Module.hpp
index 17f7b10b..88f4afcd 100644
--- a/ingen/Module.hpp
+++ b/ingen/Module.hpp
@@ -17,12 +17,12 @@
#ifndef INGEN_MODULE_HPP
#define INGEN_MODULE_HPP
-#include <memory>
-
#include "ingen/FilePath.hpp"
#include "ingen/Library.hpp"
#include "ingen/ingen.h"
+#include <memory>
+
namespace ingen {
class World;