summaryrefslogtreecommitdiff
path: root/PackUpdater/Src
diff options
context:
space:
mode:
Diffstat (limited to 'PackUpdater/Src')
-rw-r--r--PackUpdater/Src/Common.h13
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"