commit | b48746fb57cdc87c7e9b148e63786eb39b7c3004 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Oct 19 14:39:41 2017 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Oct 19 14:39:41 2017 -0700 |
tree | faeda7dc94950693b2195ae73e4780cc404ca566 | |
parent | 1b6de8788918f806efd812b743dcc0bbdd232392 [diff] |
libdl.cpp doesn't need <stdbool.h> like libdl.c did. Bug: N/A Test: builds Change-Id: I2f43fa60c8128b2b40de63748b5568fa4c9e351d
diff --git a/libdl/libdl.cpp b/libdl/libdl.cpp index 97cdeb4..c834088 100644 --- a/libdl/libdl.cpp +++ b/libdl/libdl.cpp
@@ -17,7 +17,6 @@ #include <dlfcn.h> #include <link.h> #include <stdlib.h> -#include <stdbool.h> #include <android/dlext.h> // These functions are exported by the loader