From 5807e4a873730fdb245b3c39913fc6acb3779f8a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 6 Jan 2019 17:04:21 +0100 Subject: Clean up includes --- test/bitset_test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/bitset_test.c') 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 #include -#include "zix/bitset.h" - #define N_BITS 256 #define N_ELEMS (ZIX_BITSET_ELEMS(N_BITS)) -- cgit v1.2.1