commit | 6225d6f3eb5204d39d88c093778b41ca326e81d3 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Feb 07 18:27:47 2024 +0000 |
committer | Elliott Hughes <enh@google.com> | Wed Feb 07 18:27:47 2024 +0000 |
tree | 38caef5d62a74152ceaa25cdffca5288e624c1af | |
parent | 277533b7a3260c7076ea17aa7c2e57c432787a9c [diff] |
We don't need __STDC_FORMAT_MACROS any more. Test: treehugger Change-Id: Iada8b959f61bfa55b61d2ed4b345801ed9cea0c6
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>