diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-03 10:43:52 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-03 10:43:52 +0000 |
commit | 15b2dce689a5eccf6864e8ab6abe0dd4206b9f37 (patch) | |
tree | f279cff855743509d72677a49bf702c321d8ccd3 /plugins/PackUpdater/Src/Common.h | |
parent | c2929bfc429f1181da24784d4bc06b70bb666f41 (diff) |
removed not used headers
projects cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@3865 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PackUpdater/Src/Common.h')
-rw-r--r-- | plugins/PackUpdater/Src/Common.h | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/plugins/PackUpdater/Src/Common.h b/plugins/PackUpdater/Src/Common.h index 8f8a25aa8a..5317428f06 100644 --- a/plugins/PackUpdater/Src/Common.h +++ b/plugins/PackUpdater/Src/Common.h @@ -17,33 +17,28 @@ not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#define MIRANDA_VER 0x0A00
-
// Windows Header Files:
-#include <time.h>
-#include <stdio.h>
#include <windows.h>
#include <Windowsx.h>
-#include "vector" // stl vector header
+#include <time.h>
+#include <vector>
#include <Shlobj.h>
// Miranda header files
-#include "win2k.h"
+#include <win2k.h>
#include <newpluginapi.h>
#include <m_clist.h>
#include <m_skin.h>
#include <m_langpack.h>
#include <m_options.h>
#include <m_database.h>
-#include <m_utils.h>
-#include <m_system.h>
#include <m_popup.h>
#include <m_hotkeys.h>
#include <m_netlib.h>
#include <m_icolib.h>
#include <m_folders.h>
-#include "m_popup2.h"
+#include <m_popup2.h>
#include "version.h"
#include "resource.h"
@@ -51,10 +46,9 @@ Boston, MA 02111-1307, USA. #define MODNAME "PackUpdater"
#define MODULEA "Pack Updater"
-#define MODULEW L"Pack Updater"
+#define MODULE L"Pack Updater"
#define DEFAULT_UPDATES_FOLDER L"Pack Updates"
typedef std::wstring tString;
-#define MODULE MODULEW
struct FILEURL
{
|