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/cfi_test_helper2.cpp b/tests/libs/cfi_test_helper2.cpp index 11a6036..d7cd495 100644 --- a/tests/libs/cfi_test_helper2.cpp +++ b/tests/libs/cfi_test_helper2.cpp
@@ -14,10 +14,9 @@ * limitations under the License. */ -#include <assert.h> #include <dlfcn.h> -#include "libs_utils.h" +#include "CHECK.h" int main(void) { void* handle;