diff options
Diffstat (limited to 'src/thread_arm.cc')
| -rw-r--r-- | src/thread_arm.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/thread_arm.cc b/src/thread_arm.cc index 4b5eab7c5a..8b0d9a4288 100644 --- a/src/thread_arm.cc +++ b/src/thread_arm.cc @@ -1,7 +1,7 @@ // Copyright 2011 Google Inc. All Rights Reserved. -#include "src/macros.h" -#include "src/thread.h" +#include "macros.h" +#include "thread.h" namespace art { |