Index: third_party/re2/util/thread.cc |
diff --git a/third_party/re2/util/thread.cc b/third_party/re2/util/thread.cc |
index 7349991530a57011b46b00e5591e229c3797e052..d97f14b5e41fe37e3a69892905a87fcaa44292c5 100644 |
--- a/third_party/re2/util/thread.cc |
+++ b/third_party/re2/util/thread.cc |
@@ -2,10 +2,8 @@ |
// Use of this source code is governed by a BSD-style |
// license that can be found in the LICENSE file. |
-#include <pthread.h> |
- |
-#include "util/util.h" |
#include "util/thread.h" |
+#include "util/util.h" |
Thread::Thread() { |
pid_ = 0; |