diff options
author | Uwe Schindler <thetaphi@php.net> | 2008-12-01 10:11:09 +0000 |
---|---|---|
committer | Uwe Schindler <thetaphi@php.net> | 2008-12-01 10:11:09 +0000 |
commit | f24ac1603c2a33091f0123e2c596927cc26c8064 (patch) | |
tree | 63ac48658fc7c75b23f14cae6da47c1800018abc | |
parent | 1a3f557b1aa235532b4fe5475a6f4b315d63ef3b (diff) | |
download | php-git-f24ac1603c2a33091f0123e2c596927cc26c8064.tar.gz |
remove unneeded includes (not needed since NSAPI 3.0, wich is very old). This is needed for cleanup of the windows build.
-rw-r--r-- | sapi/nsapi/nsapi.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sapi/nsapi/nsapi.c b/sapi/nsapi/nsapi.c index a716a77088..bb448b51e8 100644 --- a/sapi/nsapi/nsapi.c +++ b/sapi/nsapi/nsapi.c @@ -60,12 +60,6 @@ * NSAPI includes */ #include "nsapi.h" -#include "base/pblock.h" -#include "base/session.h" -#include "frame/req.h" -#include "frame/protocol.h" /* protocol_start_response */ -#include "base/util.h" /* is_mozilla, getline */ -#include "frame/log.h" /* log_error */ #define NSLS_D struct nsapi_request_context *request_context #define NSLS_DC , NSLS_D |