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/trie_test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/trie_test.c') diff --git a/test/trie_test.c b/test/trie_test.c index 42bf5dc..4ea6d0d 100644 --- a/test/trie_test.c +++ b/test/trie_test.c @@ -14,12 +14,12 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include "zix/trie.h" + #include #include #include -#include "zix/trie.h" - static const char* strings[] = { "http://example.org/foo", "http://example.org/bar", -- cgit v1.2.1