summaryrefslogtreecommitdiffstats
path: root/test/bitset_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/bitset_test.c')
-rw-r--r--test/bitset_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/bitset_test.c b/test/bitset_test.c
index 0fbbcab..dbb7bd7 100644
--- a/test/bitset_test.c
+++ b/test/bitset_test.c
@@ -14,11 +14,11 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include "zix/bitset.h"
+
#include <stdarg.h>
#include <stdio.h>
-#include "zix/bitset.h"
-
#define N_BITS 256
#define N_ELEMS (ZIX_BITSET_ELEMS(N_BITS))