Index: src/views/SkOSMenu.cpp |
diff --git a/src/views/SkOSMenu.cpp b/src/views/SkOSMenu.cpp |
index ad0c73f80dc5fec95daefd1848bec593d1561d4e..8c2e47602f4cbbfae857cc8ac964842e2696c437 100644 |
--- a/src/views/SkOSMenu.cpp |
+++ b/src/views/SkOSMenu.cpp |
@@ -4,9 +4,9 @@ |
* Use of this source code is governed by a BSD-style license that can be |
* found in the LICENSE file. |
*/ |
-#include <stdarg.h> |
+#include "SkAtomics.h" |
#include "SkOSMenu.h" |
-#include "SkThread.h" |
+#include <stdarg.h> |
static int gOSMenuCmd = 7000; |