| Index: mojo/edk/util/string_printf.h
|
| diff --git a/mojo/edk/util/string_printf.h b/mojo/edk/util/string_printf.h
|
| index 584b5b9aa3fa923ee5196ddc0d143a655ff4b324..55de4f9b2af258fb1c0b86febfc164844a66c641 100644
|
| --- a/mojo/edk/util/string_printf.h
|
| +++ b/mojo/edk/util/string_printf.h
|
| @@ -10,12 +10,11 @@
|
| #ifndef MOJO_EDK_UTIL_STRING_PRINTF_H_
|
| #define MOJO_EDK_UTIL_STRING_PRINTF_H_
|
|
|
| +#include <mojo/macros.h>
|
| #include <stdarg.h>
|
|
|
| #include <string>
|
|
|
| -#include "mojo/public/c/system/macros.h"
|
| -
|
| namespace mojo {
|
| namespace util {
|
|
|
|
|