summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client/fenced_allocator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/command_buffer/client/fenced_allocator.cc')
-rw-r--r--gpu/command_buffer/client/fenced_allocator.cc4
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 {