From 1d88a4305caef600ef076ced06aa791f8c8939bd Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 27 May 2009 00:42:56 +0000 Subject: Remove unnecessary includes svn path=/trunk/libcss/; revision=7576 --- src/parse/properties/properties.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/parse/properties') 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 */ -#include -#include - -#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, }; - -- cgit v1.2.3