Index: base/basictypes.h |
diff --git a/base/basictypes.h b/base/basictypes.h |
index bf75e6731572bc9380248a715f3420fcb24db00f..260aac1728437a3bc9cca8d937c2ea548784eeff 100644 |
--- a/base/basictypes.h |
+++ b/base/basictypes.h |
@@ -16,7 +16,6 @@ |
#include <stdint.h> // For intptr_t. |
#include "base/macros.h" |
-#include "base/port.h" // Types that only need exist on certain systems. |
Lei Zhang
2015/06/11 19:32:35
I think this pulled in build/build_config.h, which
tfarina
2015/06/11 20:30:06
Done.
|
// DEPRECATED: Please use (u)int{8,16,32,64}_t instead (and include <stdint.h>). |
typedef int8_t int8; |