summaryrefslogtreecommitdiffstats
path: root/WebKitTools/DumpRenderTree/PixelDumpSupport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebKitTools/DumpRenderTree/PixelDumpSupport.cpp')
-rw-r--r--WebKitTools/DumpRenderTree/PixelDumpSupport.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebKitTools/DumpRenderTree/PixelDumpSupport.cpp b/WebKitTools/DumpRenderTree/PixelDumpSupport.cpp
index b5a5146..352eaaa 100644
--- a/WebKitTools/DumpRenderTree/PixelDumpSupport.cpp
+++ b/WebKitTools/DumpRenderTree/PixelDumpSupport.cpp
@@ -27,9 +27,10 @@
*/
#include "config.h"
+#include "PixelDumpSupport.h"
+
#include "DumpRenderTree.h"
#include "LayoutTestController.h"
-#include "PixelDumpSupport.h"
#include <cstdio>
#include <wtf/Assertions.h>
#include <wtf/RefPtr.h>