diff options
Diffstat (limited to 'src/calling_convention.h')
| -rw-r--r-- | src/calling_convention.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/calling_convention.h b/src/calling_convention.h index 4e2eab7605..6dec292365 100644 --- a/src/calling_convention.h +++ b/src/calling_convention.h @@ -4,9 +4,9 @@ #ifndef ART_SRC_CALLING_CONVENTION_H_ #define ART_SRC_CALLING_CONVENTION_H_ -#include "src/managed_register.h" -#include "src/object.h" -#include "src/thread.h" +#include "managed_register.h" +#include "object.h" +#include "thread.h" namespace art { |