summaryrefslogtreecommitdiff
path: root/plugins/StopSpamMod
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/StopSpamMod')
-rwxr-xr-xplugins/StopSpamMod/src/stdafx.h17
1 files changed, 8 insertions, 9 deletions
diff --git a/plugins/StopSpamMod/src/stdafx.h b/plugins/StopSpamMod/src/stdafx.h
index 6ae48751de..011161651a 100755
--- a/plugins/StopSpamMod/src/stdafx.h
+++ b/plugins/StopSpamMod/src/stdafx.h
@@ -1,10 +1,18 @@
#pragma once
#include <windows.h>
+#include <malloc.h>
using namespace std;
#include <fstream>
#include <string>
+#include <sstream>
+
+#include <boost\regex.hpp>
+#include <boost\algorithm\string.hpp>
+#include <boost\nondet_random.hpp>
+#include <boost\random\variate_generator.hpp>
+#include <boost\random\uniform_int.hpp>
#include <newpluginapi.h>
#include <m_database.h>
@@ -20,15 +28,6 @@ using namespace std;
#include <m_variables.h>
#include <m_folders.h>
-#include <string>
-#include <sstream>
-
-#include <boost\regex.hpp>
-#include <boost\algorithm\string.hpp>
-#include <boost\nondet_random.hpp>
-#include <boost\random\variate_generator.hpp>
-#include <boost\random\uniform_int.hpp>
-
#include "globals.h"
#include "stopspam.h"
#include "version.h"