diff options
| author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-05-08 14:05:28 +0000 |
|---|---|---|
| committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-05-08 14:05:28 +0000 |
| commit | 0bc120544e3bb0922daf91493a0fb7749782a4e5 (patch) | |
| tree | 0d9082ad70bec798845eeca8771491b477ffe9c1 /PackUpdater/Src/Common.h | |
| parent | c37e4d5c69a0ba51bb735f50ad14ca7a71b3d4c6 (diff) | |
PackUpdater:
removed not needed headers
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@303 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'PackUpdater/Src/Common.h')
| -rw-r--r-- | PackUpdater/Src/Common.h | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/PackUpdater/Src/Common.h b/PackUpdater/Src/Common.h index 1222439..f690849 100644 --- a/PackUpdater/Src/Common.h +++ b/PackUpdater/Src/Common.h @@ -25,17 +25,11 @@ Boston, MA 02111-1307, USA. #include <stdio.h>
#include <windows.h>
#include <Windowsx.h>
-#include <deque>
-#include "Wininet.h"
-#include "Urlmon.h"
-#include <prsht.h>
-#include <string>
-#include <commctrl.h>
-#include "win2k.h"
#include "vector" // stl vector header
#include <Shlobj.h>
// Miranda header files
+#include "win2k.h"
#include <newpluginapi.h>
#include <m_clist.h>
#include <m_skin.h>
@@ -44,13 +38,14 @@ Boston, MA 02111-1307, USA. #include <m_database.h>
#include <m_utils.h>
#include <m_system.h>
-#include <m_folders.h>
#include <m_popup.h>
#include <m_hotkeys.h>
-#include "m_popup2.h"
#include <m_netlib.h>
#include <m_icolib.h>
+#include <m_folders.h>
+#include "m_popup2.h"
+
#include "..\version.h"
#include "..\resource.h"
#include "Notifications.h"
|
