diff options
author | David Robillard <d@drobilla.net> | 2012-01-18 01:49:06 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-01-18 01:49:06 +0000 |
commit | 183c1fbebb64a592a04d6a094125dc877929f08a (patch) | |
tree | 7a4cf9d4f4b707f57e1a6f34fd738351144fb716 /src/suil_internal.h | |
parent | 375152a6c364baab8de9dc81cd9e3c9a61f0e982 (diff) | |
download | suil-183c1fbebb64a592a04d6a094125dc877929f08a.tar.gz suil-183c1fbebb64a592a04d6a094125dc877929f08a.tar.bz2 suil-183c1fbebb64a592a04d6a094125dc877929f08a.zip |
Lint.
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@3962 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/suil_internal.h')
-rw-r--r-- | src/suil_internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/suil_internal.h b/src/suil_internal.h index cfb3cd5..52fa7ee 100644 --- a/src/suil_internal.h +++ b/src/suil_internal.h @@ -20,8 +20,6 @@ #include <assert.h> #include <stdlib.h> -#include "lv2/lv2plug.in/ns/extensions/ui/ui.h" - #ifdef _WIN32 #include <windows.h> #define dlopen(path, flags) LoadLibrary(path) @@ -32,6 +30,8 @@ static inline char* dlerror(void) { return "Unknown error"; } #include <dlfcn.h> #endif +#include "lv2/lv2plug.in/ns/extensions/ui/ui.h" + #include "suil/suil.h" #define NS_UI "http://lv2plug.in/ns/extensions/ui#" |