From e073d7261898f3f9be3354efa878dbe040c58fb6 Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Mon, 1 Dec 2008 10:11:57 +0000 Subject: [PATCH] remove unneeded includes (not needed since NSAPI 3.0, wich is very old). This is needed for cleanup of the windows build. --- sapi/nsapi/nsapi.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sapi/nsapi/nsapi.c b/sapi/nsapi/nsapi.c index 74592f0a46..f2f72b9072 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 -- 2.50.1