summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2014-01-29 17:53:50 -0800
committerIan Rogers <irogers@google.com>2014-01-29 17:53:50 -0800
commitddeb7cc164ba87c73e5c943d1efc5b46b23d8205 (patch)
treef247d341a13b892f76f23ffec4466ab0daab9ef8
parentb99d52944f61aebdac427a490bfed2ae8cccbc10 (diff)
downloadsystem_core-ddeb7cc164ba87c73e5c943d1efc5b46b23d8205.zip
system_core-ddeb7cc164ba87c73e5c943d1efc5b46b23d8205.tar.gz
system_core-ddeb7cc164ba87c73e5c943d1efc5b46b23d8205.tar.bz2
Avoid redefinition of __STDC_FORMAT_MACROS.
Change-Id: I5c65ea196bb9a197a74899ceb53543f289f6d494
-rw-r--r--libbacktrace/BacktraceImpl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libbacktrace/BacktraceImpl.cpp b/libbacktrace/BacktraceImpl.cpp
index 39296b4..8027d86 100644
--- a/libbacktrace/BacktraceImpl.cpp
+++ b/libbacktrace/BacktraceImpl.cpp
@@ -21,7 +21,6 @@
#include <sys/types.h>
#include <unistd.h>
-#define __STDC_FORMAT_MACROS
#include <inttypes.h>
#include <string>