Index: base/macros.h |
diff --git a/base/macros.h b/base/macros.h |
index b6240da2beee0f63781e31beaf396f390b3e939b..15408bcfd7afa80389044cb5e334137811850e42 100644 |
--- a/base/macros.h |
+++ b/base/macros.h |
@@ -13,8 +13,6 @@ |
#include <stddef.h> // For size_t. |
#include <string.h> // For memcpy. |
-#include "base/compiler_specific.h" // For ALLOW_UNUSED. |
- |
// Put this in the private: declarations for a class to be uncopyable. |
#define DISALLOW_COPY(TypeName) \ |
TypeName(const TypeName&) |