Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(584)

Unified Diff: Source/core/loader/archive/MHTMLArchive.cpp

Issue 14273024: Remove unnecessary include (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698