summaryrefslogtreecommitdiffstats
path: root/ingen/AtomReader.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/AtomReader.hpp')
-rw-r--r--ingen/AtomReader.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ingen/AtomReader.hpp b/ingen/AtomReader.hpp
index 79a08288..44f7d31f 100644
--- a/ingen/AtomReader.hpp
+++ b/ingen/AtomReader.hpp
@@ -17,15 +17,15 @@
#ifndef INGEN_ATOMREADER_HPP
#define INGEN_ATOMREADER_HPP
-#include <cstdint>
-
-#include <boost/optional/optional.hpp>
-
#include "ingen/AtomSink.hpp"
#include "ingen/Resource.hpp"
#include "ingen/ingen.h"
#include "lv2/atom/atom.h"
+#include <boost/optional/optional.hpp>
+
+#include <cstdint>
+
namespace Raul {
class Path;
}