diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-23 17:31:32 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-23 17:31:32 +0000 |
commit | d11afafa9a4ffcf5c33f64d55d1ce22e452d6120 (patch) | |
tree | d409c487fd54476c45f55f3d385d32745e9f9f7d /plugins/Db3x_mmap/commonheaders.h | |
parent | 1204c8ca267a83f1df6b8087bbfc5335ffb5090d (diff) |
Db3x_mmap:
plusified
git-svn-id: http://svn.miranda-ng.org/main/trunk@576 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x_mmap/commonheaders.h')
-rw-r--r-- | plugins/Db3x_mmap/commonheaders.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/Db3x_mmap/commonheaders.h b/plugins/Db3x_mmap/commonheaders.h index 726e69bf1f..bc74ee267a 100644 --- a/plugins/Db3x_mmap/commonheaders.h +++ b/plugins/Db3x_mmap/commonheaders.h @@ -40,8 +40,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef __GNUC__
#include <crtdbg.h>
#endif
-#include "resource.h"
-#include "version.h"
+
#include <newpluginapi.h>
#include <win2k.h>
#include <m_plugins.h>
@@ -51,6 +50,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_utils.h>
#include "database.h"
+#include "resource.h"
+#include "version.h"
extern PLUGINLINK *pluginLink;
|