| Index: mojo/edk/system/memory.h
|
| diff --git a/mojo/edk/system/memory.h b/mojo/edk/system/memory.h
|
| index b996e9c503b08a6caa8f4aba9d4156872674a111..69fbc322d7b05c6001500275130ac916f7d6277b 100644
|
| --- a/mojo/edk/system/memory.h
|
| +++ b/mojo/edk/system/memory.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef MOJO_EDK_SYSTEM_MEMORY_H_
|
| #define MOJO_EDK_SYSTEM_MEMORY_H_
|
|
|
| +#include <mojo/macros.h>
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| #include <string.h> // For |memcpy()|.
|
| @@ -12,7 +13,6 @@
|
| #include <memory>
|
| #include <type_traits>
|
|
|
| -#include "mojo/public/c/system/macros.h"
|
| #include "mojo/public/cpp/system/macros.h"
|
|
|
| namespace mojo {
|
|
|