summaryrefslogtreecommitdiff
path: root/src/parse
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-05-27 00:42:56 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-05-27 00:42:56 +0000
commit1d88a4305caef600ef076ced06aa791f8c8939bd (patch)
tree4a36d523eb10a15fb07ac308410fd20e4bb525c6 /src/parse
parentf2bd979937ee0c34b59491cad1e2e543bea25f75 (diff)
downloadlibcss-1d88a4305caef600ef076ced06aa791f8c8939bd.tar.gz
libcss-1d88a4305caef600ef076ced06aa791f8c8939bd.tar.bz2
Remove unnecessary includes
svn path=/trunk/libcss/; revision=7576
Diffstat (limited to 'src/parse')
-rw-r--r--src/parse/properties/properties.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/parse/properties/properties.c b/src/parse/properties/properties.c
index bc81d91..a0edd29 100644
--- a/src/parse/properties/properties.c
+++ b/src/parse/properties/properties.c
@@ -5,13 +5,7 @@
* Copyright 2008 John-Mark Bell <jmb@netsurf-browser.org>
*/
-#include <assert.h>
-#include <string.h>
-
-#include "bytecode/bytecode.h"
-#include "bytecode/opcodes.h"
#include "parse/properties/properties.h"
-#include "parse/properties/utils.h"
/**
* Dispatch table of property handlers, indexed by property enum
@@ -119,4 +113,3 @@ const css_prop_handler property_handlers[LAST_PROP + 1 - FIRST_PROP] =
parse_z_index,
};
-