diff options
author | David Robillard <d@drobilla.net> | 2018-11-14 14:06:24 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-11-14 14:10:28 +0100 |
commit | e0e99c0b0cf21f0d1375aac5c8d964431d9ec536 (patch) | |
tree | 2fa9d16a1812ee3d3018f00da6337276a437ab3a | |
parent | cec3573682114fe02b05d7e353f2059eb0bfe4d9 (diff) | |
download | zix-e0e99c0b0cf21f0d1375aac5c8d964431d9ec536.tar.gz zix-e0e99c0b0cf21f0d1375aac5c8d964431d9ec536.tar.bz2 zix-e0e99c0b0cf21f0d1375aac5c8d964431d9ec536.zip |
Sort includes
-rw-r--r-- | zix/bitset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zix/bitset.h b/zix/bitset.h index eadf1d5..334b9ca 100644 --- a/zix/bitset.h +++ b/zix/bitset.h @@ -17,9 +17,9 @@ #ifndef ZIX_BITSET_H #define ZIX_BITSET_H +#include <limits.h> #include <stddef.h> #include <stdint.h> -#include <limits.h> #include "zix/common.h" |