diff options
-rw-r--r-- | main/php_syslog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/php_syslog.h b/main/php_syslog.h index f356ff5418..fe9e3871b1 100644 --- a/main/php_syslog.h +++ b/main/php_syslog.h @@ -3,7 +3,6 @@ #ifdef PHP_WIN32 #include "win32/syslog.h" -#include "win32/php_registry.h" #else #include <syslog.h> #endif |