summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/tidy/tidy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/tidy/tidy.c b/ext/tidy/tidy.c
index 1c27c8cf70..b80ce86bf3 100644
--- a/ext/tidy/tidy.c
+++ b/ext/tidy/tidy.c
@@ -34,8 +34,8 @@
#include "Zend/zend_exceptions.h"
#include "Zend/zend_object_handlers.h"
-#include "tidy/tidy.h"
-#include "tidy/buffio.h"
+#include "tidy.h"
+#include "buffio.h"
#define PHP_TIDY_MODULE_VERSION "2.0-dev"