summaryrefslogtreecommitdiff
path: root/content/urldb.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-07-17 00:18:44 +0100
committerVincent Sanders <vince@kyllikki.org>2014-07-17 00:18:44 +0100
commitdb0163734370a39676fe45b27105b454fa391ce7 (patch)
tree380fff0920fb888eda57293ceff96d53bad2a709 /content/urldb.h
parent779deb855921f307fcd451ad63eeeee9e060203f (diff)
downloadnetsurf-db0163734370a39676fe45b27105b454fa391ce7.tar.gz
netsurf-db0163734370a39676fe45b27105b454fa391ce7.tar.bz2
remove content include from urldb header
Diffstat (limited to 'content/urldb.h')
-rw-r--r--content/urldb.h3
1 files changed, 1 insertions, 2 deletions
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,