diff options
Diffstat (limited to 'libartbase/base/unix_file/random_access_file_utils.cc')
-rw-r--r-- | libartbase/base/unix_file/random_access_file_utils.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libartbase/base/unix_file/random_access_file_utils.cc b/libartbase/base/unix_file/random_access_file_utils.cc index aae65c1cde..10d829964c 100644 --- a/libartbase/base/unix_file/random_access_file_utils.cc +++ b/libartbase/base/unix_file/random_access_file_utils.cc @@ -14,11 +14,11 @@ * limitations under the License. */ -#include "base/unix_file/random_access_file_utils.h" +#include "random_access_file_utils.h" #include <vector> -#include "base/unix_file/random_access_file.h" +#include "random_access_file.h" namespace unix_file { |