diff options
Diffstat (limited to 'src/dex_verifier.h')
| -rw-r--r-- | src/dex_verifier.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dex_verifier.h b/src/dex_verifier.h index eb4c6e3f97..03b2c9673e 100644 --- a/src/dex_verifier.h +++ b/src/dex_verifier.h @@ -3,8 +3,8 @@ #ifndef ART_SRC_DEX_VERIFY_H_ #define ART_SRC_DEX_VERIFY_H_ -#include "src/macros.h" -#include "src/object.h" +#include "macros.h" +#include "object.h" namespace art { |