Commit missing stuff

This commit is contained in:
Zeev Suraski 2003-02-18 13:34:52 +00:00
parent a5860e6e28
commit 7240050243
2 changed files with 0 additions and 3 deletions

View File

@ -19,8 +19,6 @@
/* $Id$ */ /* $Id$ */
#include "php.h" /*php specific */ #include "php.h" /*php specific */
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <lmaccess.h> #include <lmaccess.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -13,7 +13,6 @@
#define TIME_H #define TIME_H
/* Include stuff ************************************************************ */ /* Include stuff ************************************************************ */
#include <winsock2.h>
#include <time.h> #include <time.h>
#include "php.h" #include "php.h"