diff options
author | Sascha Schumann <sas@php.net> | 2000-05-28 16:27:25 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-05-28 16:27:25 +0000 |
commit | 833339c692898d075131be3c880d0933d8c23e21 (patch) | |
tree | f9a8e10ecf09736a77b24d043962e4c6c9b59773 /main/php_syslog.h | |
parent | 0d9c0616f9bf1441cddadc1ff1e9870d2e1c09e0 (diff) | |
download | php-git-833339c692898d075131be3c880d0933d8c23e21.tar.gz |
Remove win32/php_registry.h from include list. That slipped in by accident.
Diffstat (limited to 'main/php_syslog.h')
-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 |