Index: Source/wtf/Assertions.h |
diff --git a/Source/wtf/Assertions.h b/Source/wtf/Assertions.h |
index e6f29788571a1a4a5e24a8d63c7442d4eba0f637..2c623a24d0b1f1a5c34ae04daddf197dadb80441 100644 |
--- a/Source/wtf/Assertions.h |
+++ b/Source/wtf/Assertions.h |
@@ -213,14 +213,6 @@ WTF_EXPORT_PRIVATE void WTFInstallReportBacktraceOnCrashHook(); |
Expressions inside them are evaluated in debug builds only. |
*/ |
-#if OS(WINCE) |
-/* FIXME: We include this here only to avoid a conflict with the ASSERT macro. */ |
-#include <windows.h> |
-#undef min |
-#undef max |
-#undef ERROR |
-#endif |
- |
#if OS(WINDOWS) |
/* FIXME: Change to use something other than ASSERT to avoid this conflict with the underlying platform */ |
#undef ASSERT |