Revert "Add commonly used C++ macros to libbase."

Breaks master build.

This reverts commit 7fbdaddfac55c8c10d1595313f436221e77211f6.

Change-Id: I53d090f7dee8ed30fc49d908939153996cdb2298
diff --git a/base/file.cpp b/base/file.cpp
index 118071e..773f33b 100644
--- a/base/file.cpp
+++ b/base/file.cpp
@@ -23,9 +23,9 @@
 
 #include <string>
 
-#include "base/macros.h"  // For TEMP_FAILURE_RETRY on Darwin.
 #define LOG_TAG "base.file"
 #include "cutils/log.h"
+#include "utils/Compat.h"  // For TEMP_FAILURE_RETRY on Darwin.
 
 namespace android {
 namespace base {