commit | eadacbc2e272737aa3acd9609776cc709a1b77c0 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Oct 20 02:07:52 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Oct 20 02:07:52 2017 +0000 |
tree | 54cfd32b1027b0bd6e2689dc038aab0729abf880 | |
parent | 619df557c07c455e2f9f0e92c8d698024e159d2b [diff] | |
parent | b48746fb57cdc87c7e9b148e63786eb39b7c3004 [diff] |
Merge "libdl.cpp doesn't need <stdbool.h> like libdl.c did."
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