summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@nokia.com>2012-01-12 13:22:42 +0100
committerKarsten Heimrich <karsten.heimrich@nokia.com>2012-01-16 17:30:57 +0100
commitce59c43f9f74a6ab638dac50d267fe588d2437a1 (patch)
tree0040291c8dfcf05f046de2bbcf1adebcc8b74bbc
parent29ce88adff148dbebb3452bc609f92dddfb40382 (diff)
cleanup unused #includes
Change-Id: Ic1798e1fd7c750988f4e919bee08a8a5c3a00dcb Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com> Reviewed-by: Alexander Lenhardt <alexander.lenhardt@nokia.com>
-rw-r--r--installerbuilder/libinstaller/3rdparty/p7zip_9.04/unix/CPP/7zip/UI/Common/ArchiveCommandLine.cpp4
-rw-r--r--installerbuilder/libinstaller/3rdparty/p7zip_9.04/unix/CPP/7zip/UI/Common/Update.cpp4
2 files changed, 0 insertions, 8 deletions
diff --git a/installerbuilder/libinstaller/3rdparty/p7zip_9.04/unix/CPP/7zip/UI/Common/ArchiveCommandLine.cpp b/installerbuilder/libinstaller/3rdparty/p7zip_9.04/unix/CPP/7zip/UI/Common/ArchiveCommandLine.cpp
index 2cec59a25..a9bd1c639 100644
--- a/installerbuilder/libinstaller/3rdparty/p7zip_9.04/unix/CPP/7zip/UI/Common/ArchiveCommandLine.cpp
+++ b/installerbuilder/libinstaller/3rdparty/p7zip_9.04/unix/CPP/7zip/UI/Common/ArchiveCommandLine.cpp
@@ -13,10 +13,6 @@
#include "Windows/FileDir.h"
#include "Windows/FileName.h"
-#ifdef _WIN32
-//#include "Windows/FileMapping.h"
-//#include "Windows/Synchronization.h"
-#endif
#include "ArchiveCommandLine.h"
#include "EnumDirItems.h"
diff --git a/installerbuilder/libinstaller/3rdparty/p7zip_9.04/unix/CPP/7zip/UI/Common/Update.cpp b/installerbuilder/libinstaller/3rdparty/p7zip_9.04/unix/CPP/7zip/UI/Common/Update.cpp
index fd40be017..71a83da71 100644
--- a/installerbuilder/libinstaller/3rdparty/p7zip_9.04/unix/CPP/7zip/UI/Common/Update.cpp
+++ b/installerbuilder/libinstaller/3rdparty/p7zip_9.04/unix/CPP/7zip/UI/Common/Update.cpp
@@ -7,10 +7,6 @@
#include "Common/IntToString.h"
#include "Common/StringConvert.h"
-#ifdef _WIN32
-//#include "Windows/DLL.h"
-#endif
-
#include "Windows/FileDir.h"
#include "Windows/FileFind.h"
#include "Windows/FileName.h"