From 8353731836d8a79265d93792d29b8b4550a8c09e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 21 Jun 2020 17:38:08 +0200 Subject: Clean up includes --- tests/serd_test.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'tests/serd_test.c') diff --git a/tests/serd_test.c b/tests/serd_test.c index 015d02d7..b2d862a1 100644 --- a/tests/serd_test.c +++ b/tests/serd_test.c @@ -1,5 +1,5 @@ /* - Copyright 2011-2017 David Robillard + Copyright 2011-2020 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -16,16 +16,17 @@ #undef NDEBUG +#include "serd/serd.h" + #include #include #include -#include +#include +#include #include #include #include -#include "serd/serd.h" - #define USTR(s) ((const uint8_t*)(s)) #ifndef INFINITY -- cgit v1.2.1