summaryrefslogtreecommitdiffstats
path: root/ingen/Clock.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-08-01 13:51:14 +0200
committerDavid Robillard <d@drobilla.net>2020-08-02 01:48:48 +0200
commitf1b413575db521af0ad2017bbc4d348495a31d8b (patch)
treef8853a422bbf234e2e5f6a8b3867c9e62161444b /ingen/Clock.hpp
parent28f08605a3b2e1497341db4b5bdad27691134d6d (diff)
downloadingen-f1b413575db521af0ad2017bbc4d348495a31d8b.tar.gz
ingen-f1b413575db521af0ad2017bbc4d348495a31d8b.tar.bz2
ingen-f1b413575db521af0ad2017bbc4d348495a31d8b.zip
Fix include order
Diffstat (limited to 'ingen/Clock.hpp')
-rw-r--r--ingen/Clock.hpp2
1 files changed, 1 insertions, 1 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>