From f33d9dcc8cd6b0e46908d506fda34eae398f0272 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 20 Apr 2016 23:56:29 +0100 Subject: cleanup unneeded includes in utils.h after API simplification --- utils/idna.c | 1 + utils/utils.h | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'utils') diff --git a/utils/idna.c b/utils/idna.c index 545eff90d..a23801b43 100644 --- a/utils/idna.c +++ b/utils/idna.c @@ -21,6 +21,7 @@ * NetSurf international domain name handling implementation. */ +#include #include #include #include diff --git a/utils/utils.h b/utils/utils.h index 71316af1f..8bc8d3b28 100644 --- a/utils/utils.h +++ b/utils/utils.h @@ -18,7 +18,7 @@ */ /** - * \file utils/utils.h + * \file * \brief Interface to a number of general purpose functionality. * \todo Many of these functions and macros should have their own headers. */ @@ -28,10 +28,7 @@ #include #include -#include #include -#include -#include #include #include "utils/errors.h" -- cgit v1.2.3