diff options
author | David Robillard <d@drobilla.net> | 2011-03-06 01:08:17 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-03-06 01:08:17 +0000 |
commit | e779b2aeea2a9f9594cdb2a26c2bfd43868fe785 (patch) | |
tree | aab69b0e978344d9f0bdea7a71900331aa64ce77 | |
parent | 94a20aadf67b111a17a03e6ca069d573168287e5 (diff) | |
download | lilv-e779b2aeea2a9f9594cdb2a26c2bfd43868fe785.tar.gz lilv-e779b2aeea2a9f9594cdb2a26c2bfd43868fe785.tar.bz2 lilv-e779b2aeea2a9f9594cdb2a26c2bfd43868fe785.zip |
Sort includes.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3043 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | slv2/slv2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slv2/slv2.h b/slv2/slv2.h index 86be54d..b5de35b 100644 --- a/slv2/slv2.h +++ b/slv2/slv2.h @@ -30,8 +30,8 @@ #ifndef SLV2_SLV2_H #define SLV2_SLV2_H -#include <stdint.h> #include <stdbool.h> +#include <stdint.h> #include "lv2/lv2plug.in/ns/lv2core/lv2.h" #include "lv2/lv2plug.in/ns/extensions/ui/ui.h" |