summaryrefslogtreecommitdiffstats
path: root/ingen
diff options
context:
space:
mode:
Diffstat (limited to 'ingen')
-rw-r--r--ingen/Clock.hpp2
-rw-r--r--ingen/StreamWriter.hpp2
-rw-r--r--ingen/runtime_paths.hpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/ingen/Clock.hpp b/ingen/Clock.hpp
index 40204a6b..c3b0f64d 100644
--- a/ingen/Clock.hpp
+++ b/ingen/Clock.hpp
@@ -21,8 +21,8 @@
# include <mach/mach.h>
# include <mach/mach_time.h>
#else
-# include <time.h>
# include <sys/time.h>
+# include <time.h>
#endif
#include <cstdint>
diff --git a/ingen/StreamWriter.hpp b/ingen/StreamWriter.hpp
index 56603b92..620497f8 100644
--- a/ingen/StreamWriter.hpp
+++ b/ingen/StreamWriter.hpp
@@ -17,9 +17,9 @@
#ifndef INGEN_STREAMWRITER_HPP
#define INGEN_STREAMWRITER_HPP
-#include "ingen/ingen.h"
#include "ingen/ColorContext.hpp"
#include "ingen/TurtleWriter.hpp"
+#include "ingen/ingen.h"
#include <cstdio>
diff --git a/ingen/runtime_paths.hpp b/ingen/runtime_paths.hpp
index f23c2882..30e877fb 100644
--- a/ingen/runtime_paths.hpp
+++ b/ingen/runtime_paths.hpp
@@ -17,8 +17,8 @@
#ifndef INGEN_RUNTIME_PATHS_HPP
#define INGEN_RUNTIME_PATHS_HPP
-#include "ingen/ingen.h"
#include "ingen/FilePath.hpp"
+#include "ingen/ingen.h"
#include <string>
#include <vector>