summaryrefslogtreecommitdiff
path: root/utils/utils.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-04-20 23:56:29 +0100
committerVincent Sanders <vince@kyllikki.org>2016-04-20 23:56:29 +0100
commitf33d9dcc8cd6b0e46908d506fda34eae398f0272 (patch)
treeb4ccc64df84fffdeb2a1ae76324c6efc5da5fa91 /utils/utils.h
parentdd31499bf969baa68e66fca81b9f95447b6f3f2a (diff)
downloadnetsurf-f33d9dcc8cd6b0e46908d506fda34eae398f0272.tar.gz
netsurf-f33d9dcc8cd6b0e46908d506fda34eae398f0272.tar.bz2
cleanup unneeded includes in utils.h after API simplification
Diffstat (limited to 'utils/utils.h')
-rw-r--r--utils/utils.h5
1 files changed, 1 insertions, 4 deletions
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 <inttypes.h>
#include <stdbool.h>
-#include <stddef.h>
#include <stdlib.h>
-#include <sys/types.h>
-#include <assert.h>
#include <stdarg.h>
#include "utils/errors.h"