diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2009-10-13 04:52:09 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2009-10-13 04:52:09 +0300 |
commit | 23d6d3e482927c13294f204b34ce23c6f445e8ac (patch) | |
tree | c1f6ddc2efd6ef4db9ec6b7cc2b3df2c2d9bcf4a /stopspam_mod/trunk/headers.h | |
parent | 44cf244bab4c4cba771313bf3151a655775c0e0a (diff) |
helpers branch created (contain only headers which can be used by plugins)
Diffstat (limited to 'stopspam_mod/trunk/headers.h')
-rw-r--r-- | stopspam_mod/trunk/headers.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/stopspam_mod/trunk/headers.h b/stopspam_mod/trunk/headers.h deleted file mode 100644 index ff7349e..0000000 --- a/stopspam_mod/trunk/headers.h +++ /dev/null @@ -1,27 +0,0 @@ -#include <windows.h>
-#include <stdio.h>
-#include <time.h>
-#include <string>
-#include <sstream>
-//#include <boost/scoped_array.hpp>
-#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>
-//#define VARIABLES_NOHELPER
-#include <m_variables.h>
-
-
-#include "globals.h"
-#include "stopspam.h"
-#include "options.h"
-#include "eventhooker.h"
-#include "version.h"
-#include "resource.h"
-#include "utilities.h"
-
-#include <m_dos.h>
\ No newline at end of file |