diff options
Diffstat (limited to 'compiler/linker/output_stream_test.cc')
-rw-r--r-- | compiler/linker/output_stream_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/linker/output_stream_test.cc b/compiler/linker/output_stream_test.cc index 09fef29d48..87cb10000b 100644 --- a/compiler/linker/output_stream_test.cc +++ b/compiler/linker/output_stream_test.cc @@ -17,8 +17,8 @@ #include "file_output_stream.h" #include "vector_output_stream.h" -#include "base/unix_file/fd_file.h" #include "base/logging.h" +#include "base/unix_file/fd_file.h" #include "buffered_output_stream.h" #include "common_runtime_test.h" |