commit | ca4cfb4a60fa24693f7c953a86c0e7bad4a9247b | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Feb 16 05:17:42 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Feb 16 05:17:43 2017 +0000 |
tree | 926e0b6cdef1f88e6fe2e8f0b291e135545f7911 | |
parent | f56d05792de2e8259c3fbfc5326df7c8cd9dabe7 [diff] | |
parent | efb0fba288355aa11d2aaff06829310351adcf11 [diff] |
Merge "RefBase.cpp remove unused include typeinfo"
diff --git a/libutils/RefBase.cpp b/libutils/RefBase.cpp index 1f8395b..4252ba6 100644 --- a/libutils/RefBase.cpp +++ b/libutils/RefBase.cpp
@@ -22,7 +22,6 @@ #include <stdlib.h> #include <sys/stat.h> #include <sys/types.h> -#include <typeinfo> #include <unistd.h> #include <utils/RefBase.h>