aboutsummaryrefslogtreecommitdiffstats
path: root/string_piece.cc
diff options
context:
space:
mode:
Diffstat (limited to 'string_piece.cc')
-rw-r--r--string_piece.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/string_piece.cc b/string_piece.cc
index e739219..32a7be0 100644
--- a/string_piece.cc
+++ b/string_piece.cc
@@ -19,6 +19,8 @@
// +build ignore
+#include "string_piece.h"
+
#include <ctype.h>
#include <limits.h>
#include <stdint.h>
@@ -26,8 +28,6 @@
#include <algorithm>
#include <ostream>
-#include "string_piece.h"
-
typedef StringPiece::size_type size_type;
bool operator==(const StringPiece& x, const StringPiece& y) {