diff options
Diffstat (limited to 'src/uri.c')
-rw-r--r-- | src/uri.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -14,14 +14,12 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/** @file uri.c */ +#include "serd_internal.h" #include <assert.h> #include <stdlib.h> #include <string.h> -#include "serd_internal.h" - // #define URI_DEBUG 1 SERD_API |