diff options
Diffstat (limited to 'chrome/common/gpu_messages.h')
-rw-r--r-- | chrome/common/gpu_messages.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/common/gpu_messages.h b/chrome/common/gpu_messages.h index f932c99..387d2b1 100644 --- a/chrome/common/gpu_messages.h +++ b/chrome/common/gpu_messages.h @@ -13,8 +13,6 @@ #include "gfx/native_widget_types.h" #include "gpu/command_buffer/common/command_buffer.h" -#define MESSAGES_INTERNAL_FILE \ - "chrome/common/gpu_messages_internal.h" -#include "ipc/ipc_message_macros.h" +#include "chrome/common/gpu_messages_internal.h" #endif // CHROME_COMMON_GPU_MESSAGES_H_ |