commit | efb0fba288355aa11d2aaff06829310351adcf11 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed Feb 15 19:04:40 2017 -0800 |
committer | Steven Moreland <smoreland@google.com> | Wed Feb 15 19:04:40 2017 -0800 |
tree | a4bf0d34c1b3830ccccb419f3042ce836ec56f99 | |
parent | 7ee0509dc60d380d2738784adc35aba91281e510 [diff] |
RefBase.cpp remove unused include typeinfo Test: pass Change-Id: Iec9b9e1e9b6c974124b2043f550fb110cc22846d
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>