summaryrefslogtreecommitdiffstats
path: root/compiler/output_stream.h
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-05-22 10:27:29 -0700
committerDan Albert <danalbert@google.com>2014-05-22 10:27:29 -0700
commitdb693d11e26c229617cd7956a34a17be9d395585 (patch)
tree90340eb4b4eb6af99fd987ef0c4675731ed34d32 /compiler/output_stream.h
parent5da6e2b88258733dd3856543af27ca73b395ef60 (diff)
downloadart-db693d11e26c229617cd7956a34a17be9d395585.tar.gz
art-db693d11e26c229617cd7956a34a17be9d395585.tar.bz2
art-db693d11e26c229617cd7956a34a17be9d395585.zip
Fixes style nitpick
Change-Id: Ic3a7119ce7ca9bfae0dbf7af4d285f44d3a72a3e
Diffstat (limited to 'compiler/output_stream.h')
-rw-r--r--compiler/output_stream.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/output_stream.h b/compiler/output_stream.h
index b5ac9331cd..97ccc2caa6 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 {