diff options
Diffstat (limited to 'libartbase/base/file_magic.h')
-rw-r--r-- | libartbase/base/file_magic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libartbase/base/file_magic.h b/libartbase/base/file_magic.h index 53f551cb3a..0d0322c470 100644 --- a/libartbase/base/file_magic.h +++ b/libartbase/base/file_magic.h @@ -20,7 +20,7 @@ #include <stdint.h> #include <string> -#include "base/os.h" +#include "os.h" namespace art { |