diff options
-rw-r--r-- | o3d/gpu/command_buffer/common/gles2_cmd_utils.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/gpu/command_buffer/common/gles2_cmd_utils.cc b/o3d/gpu/command_buffer/common/gles2_cmd_utils.cc index 6aa2d54..9b0c20b 100644 --- a/o3d/gpu/command_buffer/common/gles2_cmd_utils.cc +++ b/o3d/gpu/command_buffer/common/gles2_cmd_utils.cc @@ -6,7 +6,7 @@ // includes where appropriate. #include "gpu/command_buffer/common/gles2_cmd_utils.h" -#include "gpu/command_buffer/common/gles2_client_base.h" +#include "gpu/command_buffer/common/gles2_cmd_format.h" namespace command_buffer { namespace gles2 { |