Index: gpu/command_buffer/common/id_allocator.h |
=================================================================== |
--- gpu/command_buffer/common/id_allocator.h (revision 201875) |
+++ gpu/command_buffer/common/id_allocator.h (working copy) |
@@ -11,10 +11,9 @@ |
#include <utility> |
#include "base/compiler_specific.h" |
+#include "gpu/command_buffer/common/types.h" |
+#include "gpu/gpu_export.h" |
-#include "../../gpu_export.h" |
-#include "../common/types.h" |
- |
namespace gpu { |
// A resource ID, key to the resource maps. |