summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2004-01-06 22:23:36 +0000
committerfoobar <sniper@php.net>2004-01-06 22:23:36 +0000
commit03c09f200c00f8fcc9bd019e8e7737a1b432ccfb (patch)
tree63292058cf6cf80332910cdd119452da61339c94
parent215c3275de626bdaf44fbaaa512728ac16450202 (diff)
downloadphp-git-03c09f200c00f8fcc9bd019e8e7737a1b432ccfb.tar.gz
no need for double #include of same header file
-rw-r--r--ext/tidy/tidy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/tidy/tidy.c b/ext/tidy/tidy.c
index 7de548bd6f..eac7cdc848 100644
--- a/ext/tidy/tidy.c
+++ b/ext/tidy/tidy.c
@@ -29,12 +29,11 @@
#include "php_ini.h"
#include "ext/standard/info.h"
+#include "safe_mode.h"
#include "Zend/zend_API.h"
#include "Zend/zend_hash.h"
-#include "safe_mode.h"
#include "Zend/zend_default_classes.h"
#include "Zend/zend_object_handlers.h"
-#include "Zend/zend_hash.h"
ZEND_DECLARE_MODULE_GLOBALS(tidy)