diff options
Diffstat (limited to 'gpu/command_buffer/client/gles2_lib.cc')
-rw-r--r-- | gpu/command_buffer/client/gles2_lib.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gpu/command_buffer/client/gles2_lib.cc b/gpu/command_buffer/client/gles2_lib.cc index 5753715..d80d4e1 100644 --- a/gpu/command_buffer/client/gles2_lib.cc +++ b/gpu/command_buffer/client/gles2_lib.cc @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "gpu/command_buffer/client/gles2_lib.h" -#include "gpu/command_buffer/common/thread_local.h" +#include "../client/gles2_lib.h" +#include "../common/thread_local.h" namespace gles2 { namespace { |