commit | c72c9a6d3c460d10fd5f9dfcd537daab261df168 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Feb 07 21:56:38 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Feb 07 21:56:38 2024 +0000 |
tree | db81c4e81b728ac64efef88d3ca55a0b5b1be535 | |
parent | 0c78cf96a10478505059f9bcec7aa37ade8cf20f [diff] | |
parent | 6225d6f3eb5204d39d88c093778b41ca326e81d3 [diff] |
Merge "We don't need __STDC_FORMAT_MACROS any more." into main
diff --git a/libutils/StopWatch.cpp b/libutils/StopWatch.cpp index c88d60f..c91cd5c 100644 --- a/libutils/StopWatch.cpp +++ b/libutils/StopWatch.cpp
@@ -18,10 +18,6 @@ #include <utils/StopWatch.h> -/* for PRId64 */ -#ifndef __STDC_FORMAT_MACROS -#define __STDC_FORMAT_MACROS 1 -#endif #include <inttypes.h> #include <log/log.h>