Index: Tools/TestWebKitAPI/config.h |
diff --git a/Tools/TestWebKitAPI/config.h b/Tools/TestWebKitAPI/config.h |
index d01e576c8104275f5dc2e7b1314cca59f9f98303..2675196aa94baa0978633b6a5706912cb665892e 100644 |
--- a/Tools/TestWebKitAPI/config.h |
+++ b/Tools/TestWebKitAPI/config.h |
@@ -24,12 +24,8 @@ |
*/ |
#if defined(HAVE_CONFIG_H) && HAVE_CONFIG_H |
Nico
2013/04/21 01:26:42
(we don't use autotools either)
|
-#ifdef BUILDING_WITH_CMAKE |
-#include "cmakeconfig.h" |
-#else |
#include "autotoolsconfig.h" |
#endif |
-#endif |
#include <wtf/Platform.h> |
#include <wtf/ExportMacros.h> |
@@ -40,12 +36,8 @@ |
#if defined(__APPLE__) && __APPLE__ |
#ifdef __OBJC__ |
-#if PLATFORM(IOS) |
-#import <Foundation/Foundation.h> |
-#else |
#import <Cocoa/Cocoa.h> |
#endif |
-#endif |
#elif defined(WIN32) || defined(_WIN32) |
@@ -57,10 +49,6 @@ |
#include <stdint.h> |
-#if !PLATFORM(IOS) && ((!PLATFORM(CHROMIUM) && !PLATFORM(WIN)) || (PLATFORM(GTK) && defined(BUILDING_WEBKIT2__))) |
-#include <WebKit2/WebKit2_C.h> |
-#endif |
- |
#ifdef __clang__ |
// Work around the less strict coding standards of the gtest framework. |
#pragma clang diagnostic push |
@@ -76,6 +64,3 @@ |
#pragma clang diagnostic pop |
#endif |
-#if PLATFORM(MAC) && defined(__OBJC__) |
-#import <WebKit/WebKit.h> |
-#endif |