diff options
Diffstat (limited to 'HTTPServer/FileShareNode.cpp')
-rw-r--r-- | HTTPServer/FileShareNode.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/HTTPServer/FileShareNode.cpp b/HTTPServer/FileShareNode.cpp index ede135a..e38cb39 100644 --- a/HTTPServer/FileShareNode.cpp +++ b/HTTPServer/FileShareNode.cpp @@ -15,21 +15,9 @@ //along with this program; if not, write to the Free Software
//Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#ifdef NDEBUG //release
-#include "AggressiveOptimize.h" //create small code
-#endif
-
#include "FileShareNode.h"
-#include "Glob.h"
#include "GuiElements.h"
-#include <stdio.h>
-
-#pragma warning( push, 3 )
-#include "newpluginapi.h"
-#include "m_netlib.h"
-#pragma warning( pop )
-
CLFileShareNode * pclFirstNode = NULL;
CRITICAL_SECTION csFileShareListAccess;
|