commit | 611019b5a428aefe8214cdc27161e4754951f29c | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Feb 16 00:32:46 2024 +0000 |
committer | Florian Mayer <fmayer@google.com> | Thu Feb 15 17:08:28 2024 -0800 |
tree | 02a4edc1f7f5e3e878a01a02588edf7c0340c9e3 | |
parent | 76cab44ab1eecf50ce5ce3d958ba0ac8d62ef163 [diff] [blame] |
Clean up and explain libs_utils.h^WCHECK.h. Test: treehugger Change-Id: I73d6ed21520a0c2659826d1c01479917ed9b388d
diff --git a/tests/libs/preinit_getauxval_test_helper.cpp b/tests/libs/preinit_getauxval_test_helper.cpp index 2a79b97..53d4cc9 100644 --- a/tests/libs/preinit_getauxval_test_helper.cpp +++ b/tests/libs/preinit_getauxval_test_helper.cpp
@@ -19,7 +19,7 @@ #include <unistd.h> #include <sys/auxv.h> -#include "libs_utils.h" +#include "CHECK.h" static unsigned long g_AT_RANDOM; static unsigned long g_AT_PAGESZ;