diff options
Diffstat (limited to 'gpu/command_buffer/client/fenced_allocator.cc')
-rw-r--r-- | gpu/command_buffer/client/fenced_allocator.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gpu/command_buffer/client/fenced_allocator.cc b/gpu/command_buffer/client/fenced_allocator.cc index 8cc6761..57a35fde 100644 --- a/gpu/command_buffer/client/fenced_allocator.cc +++ b/gpu/command_buffer/client/fenced_allocator.cc @@ -4,9 +4,9 @@ // This file contains the implementation of the FencedAllocator class. -#include "gpu/command_buffer/client/fenced_allocator.h" +#include "../client/fenced_allocator.h" #include <algorithm> -#include "gpu/command_buffer/client/cmd_buffer_helper.h" +#include "../client/cmd_buffer_helper.h" namespace gpu { |