diff options
author | Casey Dahlin <sadmac@google.com> | 2015-09-11 02:47:54 +0000 |
---|---|---|
committer | Casey Dahlin <sadmac@google.com> | 2015-09-11 02:47:54 +0000 |
commit | f3c2ed13d0d343255a4c7624276a0608fcfecfae (patch) | |
tree | d9df988ed5779240e6c7d740754f0a92dc86a3d4 /tools/aidl/aidl_language.h | |
parent | 2535cae005512494469fc5cea1fe630288ecb083 (diff) |
Revert "Grab macros from libbase instead of duplicating"
This reverts commit 2535cae005512494469fc5cea1fe630288ecb083.
Change-Id: I373844b6a0f429e88d6bcc1cdd5ac62325da55b3
Diffstat (limited to 'tools/aidl/aidl_language.h')
-rw-r--r-- | tools/aidl/aidl_language.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/aidl/aidl_language.h b/tools/aidl/aidl_language.h index 99a96899bb39..f3a126e9f57a 100644 --- a/tools/aidl/aidl_language.h +++ b/tools/aidl/aidl_language.h @@ -1,9 +1,10 @@ #ifndef AIDL_AIDL_LANGUAGE_H_ #define AIDL_AIDL_LANGUAGE_H_ -#include <base/macros.h> #include <string> +#include "macros.h" + typedef enum { NO_EXTRA_TEXT = 0, SHORT_COMMENT, |