diff options
Diffstat (limited to 'gpu/command_buffer/common/gles2_cmd_ids.h')
-rw-r--r-- | gpu/command_buffer/common/gles2_cmd_ids.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gpu/command_buffer/common/gles2_cmd_ids.h b/gpu/command_buffer/common/gles2_cmd_ids.h index b701c91..f5dfae3 100644 --- a/gpu/command_buffer/common/gles2_cmd_ids.h +++ b/gpu/command_buffer/common/gles2_cmd_ids.h @@ -7,12 +7,12 @@ #ifndef GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_H_ #define GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_H_ -#include "gpu/command_buffer/common/cmd_buffer_common.h" +#include "../common/cmd_buffer_common.h" namespace gpu { namespace gles2 { -#include "gpu/command_buffer/common/gles2_cmd_ids_autogen.h" +#include "../common/gles2_cmd_ids_autogen.h" const char* GetCommandName(CommandId command_id); |