diff options
Diffstat (limited to 'test/patree_test.c')
-rw-r--r-- | test/patree_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/patree_test.c b/test/patree_test.c index c28ec40..19df93f 100644 --- a/test/patree_test.c +++ b/test/patree_test.c @@ -14,12 +14,12 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include "zix/patree.h" + #include <stdarg.h> #include <stdio.h> #include <string.h> -#include "zix/patree.h" - static const char* strings[] = { "http://example.org/foo", "http://example.org/bar", |