summaryrefslogtreecommitdiff
path: root/content/content_type.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/content_type.h
parent779deb855921f307fcd451ad63eeeee9e060203f (diff)
downloadnetsurf-db0163734370a39676fe45b27105b454fa391ce7.tar.gz
netsurf-db0163734370a39676fe45b27105b454fa391ce7.tar.bz2
remove content include from urldb header
Diffstat (limited to 'content/content_type.h')
-rw-r--r--content/content_type.h3
1 files changed, 0 insertions, 3 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,