summaryrefslogtreecommitdiff
path: root/plugins/StopSpamMod/src/headers.h
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-07-30 06:48:44 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-07-30 06:48:44 +0000
commit8df61eefd63a9816aa25e3b567a82e74f5acc3d0 (patch)
treed1b2b7b957b40c20f386c105bb9036760b1c0081 /plugins/StopSpamMod/src/headers.h
parent234db3e6d7e9f285054f92233b9406efd684eaa3 (diff)
New_GPG unchecked in full solution (boost), StopSpamMod - folder renamed
git-svn-id: http://svn.miranda-ng.org/main/trunk@1269 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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>