From 0aafc6c4b2e485f5ee9bb0bdf3e687525859cb03 Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Sat, 14 Jan 2012 19:18:42 +0000 Subject: HTTPServer (patch from FREAK_THEMIGHTY): code cleanup header reorganisation MM_INTERFACE support new langpacks support rather technical changes git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@258 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- HTTPServer/FileShareNode.cpp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'HTTPServer/FileShareNode.cpp') 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 - -#pragma warning( push, 3 ) -#include "newpluginapi.h" -#include "m_netlib.h" -#pragma warning( pop ) - CLFileShareNode * pclFirstNode = NULL; CRITICAL_SECTION csFileShareListAccess; -- cgit v1.2.3