commit | db693d11e26c229617cd7956a34a17be9d395585 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Thu May 22 10:27:29 2014 -0700 |
committer | Dan Albert <danalbert@google.com> | Thu May 22 10:27:29 2014 -0700 |
tree | 90340eb4b4eb6af99fd987ef0c4675731ed34d32 | |
parent | 5da6e2b88258733dd3856543af27ca73b395ef60 [diff] |
Fixes style nitpick Change-Id: Ic3a7119ce7ca9bfae0dbf7af4d285f44d3a72a3e
diff --git a/compiler/output_stream.h b/compiler/output_stream.h index b5ac933..97ccc2c 100644 --- a/compiler/output_stream.h +++ b/compiler/output_stream.h
@@ -18,9 +18,10 @@ #define ART_COMPILER_OUTPUT_STREAM_H_ #include <stdint.h> -#include <string> #include <sys/types.h> +#include <string> + #include "base/macros.h" namespace art {