summaryrefslogtreecommitdiffstats
path: root/ingen/Forge.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Forge.hpp')
-rw-r--r--ingen/Forge.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ingen/Forge.hpp b/ingen/Forge.hpp
index 139211e4..b414a6ab 100644
--- a/ingen/Forge.hpp
+++ b/ingen/Forge.hpp
@@ -17,14 +17,14 @@
#ifndef INGEN_FORGE_HPP
#define INGEN_FORGE_HPP
-#include <cstdint>
-#include <cstring>
-#include <string>
-
#include "ingen/Atom.hpp"
#include "ingen/ingen.h"
#include "lv2/atom/forge.h"
+#include <cstdint>
+#include <cstring>
+#include <string>
+
namespace ingen {
class URIMap;