Index: Source/core/loader/archive/MHTMLArchive.cpp |
diff --git a/Source/core/loader/archive/MHTMLArchive.cpp b/Source/core/loader/archive/MHTMLArchive.cpp |
index a7a1dd5be1c21022cbd7427db0845489d021234e..9c79162f9fe6bbecc9a8508b8927d6cc360b1783 100644 |
--- a/Source/core/loader/archive/MHTMLArchive.cpp |
+++ b/Source/core/loader/archive/MHTMLArchive.cpp |
@@ -49,12 +49,6 @@ |
#include <wtf/text/Base64.h> |
#include <wtf/text/StringBuilder.h> |
-#if HAVE(SYS_TIME_H) |
-#include <sys/time.h> |
-#endif |
-#include <time.h> |
- |
- |
namespace WebCore { |
const char* const quotedPrintable = "quoted-printable"; |