Index: Source/wtf/DateMath.h |
diff --git a/Source/wtf/DateMath.h b/Source/wtf/DateMath.h |
index 52199e8ee8ded28a4714fb5278b7e0c1de555133..a388c35fe112f9a4f5fd9762e8d698cc0e13fe11 100644 |
--- a/Source/wtf/DateMath.h |
+++ b/Source/wtf/DateMath.h |
@@ -43,16 +43,9 @@ |
#ifndef DateMath_h |
#define DateMath_h |
-#include <math.h> |
#include <stdint.h> |
#include <string.h> |
-#include <time.h> |
-#include "wtf/CurrentTime.h" |
-#include "wtf/Noncopyable.h" |
-#include "wtf/OwnPtr.h" |
-#include "wtf/PassOwnPtr.h" |
#include "wtf/text/WTFString.h" |
-#include "wtf/UnusedParam.h" |
#include "wtf/WTFExport.h" |
namespace WTF { |