summaryrefslogtreecommitdiff
path: root/src/parse/properties
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/properties')
-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,
};
-