summaryrefslogtreecommitdiff
path: root/plugins/StopSpamMod/src/headers.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/StopSpamMod/src/headers.h')
-rwxr-xr-xplugins/StopSpamMod/src/headers.h46
1 files changed, 46 insertions, 0 deletions
diff --git a/plugins/StopSpamMod/src/headers.h b/plugins/StopSpamMod/src/headers.h
new file mode 100755
index 0000000000..18993e70ef
--- /dev/null
+++ b/plugins/StopSpamMod/src/headers.h
@@ -0,0 +1,46 @@
+#include <windows.h>
+#include <stdio.h>
+#include <commctrl.h>
+#include <malloc.h>
+#include <time.h>
+#include <string>
+#include <sstream>
+#include<fstream>
+
+
+#include <newpluginapi.h>
+#include <m_database.h>
+#include <m_protosvc.h>
+#include <m_options.h>
+#include <m_utils.h>
+#include <m_langpack.h>
+#include <m_clistint.h>
+#include <m_skin.h>
+#include <m_button.h>
+#include <m_contacts.h>
+
+#include <m_variables.h>
+#include <m_folders.h>
+
+
+#include "globals.h"
+#include "stopspam.h"
+#include "options.h"
+#include "eventhooker.h"
+#include "version.h"
+#include "resource.h"
+#include "utilities.h"
+
+//boost
+#include <boost/thread.hpp>
+#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>
+
+//utf8cpp
+#include <utf8.h>
+
+
+//#include <m_dos.h>