summaryrefslogtreecommitdiffstats
path: root/ingen/runtime_paths.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/runtime_paths.hpp')
-rw-r--r--ingen/runtime_paths.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ingen/runtime_paths.hpp b/ingen/runtime_paths.hpp
index 361ab6af..2575efa1 100644
--- a/ingen/runtime_paths.hpp
+++ b/ingen/runtime_paths.hpp
@@ -17,12 +17,12 @@
#ifndef INGEN_RUNTIME_PATHS_HPP
#define INGEN_RUNTIME_PATHS_HPP
-#include <string>
-#include <vector>
-
#include "ingen/ingen.h"
#include "ingen/FilePath.hpp"
+#include <string>
+#include <vector>
+
namespace ingen {
extern const char search_path_separator;