diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-18 07:34:01 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-18 07:34:01 +0000 |
commit | 2d61d45eaaf04d7aa998d88de10cff110f3bb574 (patch) | |
tree | 65eba90388795e3b5e2679fb28272e0ddf204a07 /plugins/xml/commonheaders.h | |
parent | 463294e14641b2e3935f681de4e815b567ed5b01 (diff) |
old xml plugin deleted, solution files fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@32 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/xml/commonheaders.h')
-rw-r--r-- | plugins/xml/commonheaders.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/plugins/xml/commonheaders.h b/plugins/xml/commonheaders.h deleted file mode 100644 index d6e5ecb1b5..0000000000 --- a/plugins/xml/commonheaders.h +++ /dev/null @@ -1,17 +0,0 @@ -
-#if !defined( _UNICODE ) && defined( UNICODE )
- #define _UNICODE
-#endif
-
-#include <tchar.h>
-
-#include <windows.h>
-
-#include <stdio.h>
-
-#include <newpluginapi.h>
-#include <m_langpack.h>
-#include <m_utils.h>
-#include <m_xml.h>
-
-
|