Index: webrtc/base/byteorder_unittest.cc |
diff --git a/webrtc/base/byteorder_unittest.cc b/webrtc/base/byteorder_unittest.cc |
index c3135aa7c927b71e81335f92dc6622615005dee7..6d9b44f9bb1f9c2af807a55df44b35f3b9c5e323 100644 |
--- a/webrtc/base/byteorder_unittest.cc |
+++ b/webrtc/base/byteorder_unittest.cc |
@@ -8,9 +8,9 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/base/byteorder.h" |
+#include <stdint.h> |
-#include "webrtc/base/basictypes.h" |
+#include "webrtc/base/byteorder.h" |
#include "webrtc/base/gunit.h" |
namespace rtc { |