| Index: src/views/SkOSMenu.cpp
|
| diff --git a/src/views/SkOSMenu.cpp b/src/views/SkOSMenu.cpp
|
| index 8c2e47602f4cbbfae857cc8ac964842e2696c437..ad0c73f80dc5fec95daefd1848bec593d1561d4e 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 "SkAtomics.h"
|
| +#include <stdarg.h>
|
| #include "SkOSMenu.h"
|
| -#include <stdarg.h>
|
| +#include "SkThread.h"
|
|
|
| static int gOSMenuCmd = 7000;
|
|
|
|
|