Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: sky/engine/public/platform/WebVector.h

Issue 746023002: Make absolute and sort all Sky headers (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/public/platform/WebUnitTestSupport.h ('k') | sky/engine/public/platform/linux/WebFontInfo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/platform/WebVector.h
diff --git a/sky/engine/public/platform/WebVector.h b/sky/engine/public/platform/WebVector.h
index e83a2d0d2cd56d627ae2b4d50fed0c0e3fcfa591..8f1d8dad3008a78b54875eb8b63b0e827c32c896 100644
--- a/sky/engine/public/platform/WebVector.h
+++ b/sky/engine/public/platform/WebVector.h
@@ -31,11 +31,10 @@
#ifndef WebVector_h
#define WebVector_h
-#include "WebCommon.h"
-
+#include <stdlib.h>
#include <algorithm>
#include <limits>
-#include <stdlib.h>
+#include "sky/engine/public/platform/WebCommon.h"
namespace blink {
« no previous file with comments | « sky/engine/public/platform/WebUnitTestSupport.h ('k') | sky/engine/public/platform/linux/WebFontInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698