diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-05-22 08:03:13 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-05-22 08:03:13 +0000 |
commit | 0074bc782f2568f4d0ae4c3c4f95df96b4a7aa4a (patch) | |
tree | 4355c7310d5f1db2060e49e0c8ad1100e758c4ec /plugins/Spamotron/src/common.h | |
parent | 471a7df97aa4d604e62d7497802fef615e9841dc (diff) |
small cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@4788 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Spamotron/src/common.h')
-rw-r--r-- | plugins/Spamotron/src/common.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/Spamotron/src/common.h b/plugins/Spamotron/src/common.h index ac36f729b1..e8d0903b13 100644 --- a/plugins/Spamotron/src/common.h +++ b/plugins/Spamotron/src/common.h @@ -4,7 +4,6 @@ #include <commctrl.h>
#include <stdlib.h>
#include <time.h>
-#define MIRANDA_VER 0x0A00
#include <newpluginapi.h>
#include <m_database.h>
@@ -18,11 +17,12 @@ #include <m_langpack.h>
#include <m_protosvc.h>
-//#include "m_updater.h"
#include "m_folders.h"
-#include "../pcre/pcre.h"
+
+#include "pcre/pcre.h"
#include "resource.h"
+#include "version.h"
#define PLUGIN_NAME "Spam-o-tron"
@@ -125,7 +125,7 @@ int LogToSystemHistory(char *message, char *origmessage); /* bayes.c */
-#include "../sqlite3/sqlite3.h"
+#include "sqlite3\sqlite3.h"
extern sqlite3 *bayesdb;
#define BAYESDB_PATH "spamotron"
#define BAYESDB_FILENAME "bayes.db"
|