diff options
Diffstat (limited to 'Tools/DumpRenderTree/cf/WebArchiveDumpSupport.cpp')
-rw-r--r-- | Tools/DumpRenderTree/cf/WebArchiveDumpSupport.cpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Tools/DumpRenderTree/cf/WebArchiveDumpSupport.cpp b/Tools/DumpRenderTree/cf/WebArchiveDumpSupport.cpp index 4d77454..81d3e39 100644 --- a/Tools/DumpRenderTree/cf/WebArchiveDumpSupport.cpp +++ b/Tools/DumpRenderTree/cf/WebArchiveDumpSupport.cpp @@ -23,11 +23,12 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import "WebArchiveDumpSupport.h" +#include "config.h" +#include "WebArchiveDumpSupport.h" -#import <CoreFoundation/CoreFoundation.h> -#import <CFNetwork/CFNetwork.h> -#import <wtf/RetainPtr.h> +#include <CoreFoundation/CoreFoundation.h> +#include <CFNetwork/CFNetwork.h> +#include <wtf/RetainPtr.h> extern "C" { |