summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/content_type.h3
-rw-r--r--content/urldb.h3
2 files changed, 1 insertions, 5 deletions
diff --git a/content/content_type.h b/content/content_type.h
index 6488692fe..9f8c2f307 100644
--- a/content/content_type.h
+++ b/content/content_type.h
@@ -25,9 +25,6 @@
#ifndef _NETSURF_DESKTOP_CONTENT_TYPE_H_
#define _NETSURF_DESKTOP_CONTENT_TYPE_H_
-#include "utils/config.h"
-
-
/** The type of a content. */
typedef enum {
CONTENT_NONE = 0x00,
diff --git a/content/urldb.h b/content/urldb.h
index 6a2946515..d60043089 100644
--- a/content/urldb.h
+++ b/content/urldb.h
@@ -25,9 +25,8 @@
#include <stdbool.h>
#include <time.h>
-#include "content/content.h"
-#include "content/content_type.h"
#include "utils/nsurl.h"
+#include "content/content_type.h"
typedef enum {
COOKIE_NETSCAPE = 0,