diff options
Diffstat (limited to 'src/heap.cc')
| -rw-r--r-- | src/heap.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/heap.cc b/src/heap.cc index bbdf80a181..3955a31723 100644 --- a/src/heap.cc +++ b/src/heap.cc @@ -1,9 +1,9 @@ // Copyright 2011 Google Inc. All Rights Reserved. // Author: cshapiro@google.com (Carl Shapiro) -#include "src/heap.h" -#include "src/object.h" -#include "src/space.h" +#include "heap.h" +#include "object.h" +#include "space.h" namespace art { |