diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-01-14 19:18:42 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-01-14 19:18:42 +0000 |
commit | 0aafc6c4b2e485f5ee9bb0bdf3e687525859cb03 (patch) | |
tree | 73230de5fcc8ba7a89a8185f49dfb74313e02558 /HTTPServer/FileShareNode.cpp | |
parent | 03d88e9750c2d983318035dcd33da24875799b4c (diff) |
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
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;
|