summaryrefslogtreecommitdiff
path: root/plugins/xml/commonheaders.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/xml/commonheaders.h')
-rw-r--r--plugins/xml/commonheaders.h17
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>
-
-