summaryrefslogtreecommitdiffstats
path: root/libutils/RefBase.cpp
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-02-15 19:04:40 -0800
committerSteven Moreland <smoreland@google.com>2017-02-15 19:04:40 -0800
commit1a055a895719ef76c519de60a5942edbf530950c (patch)
treea4bf0d34c1b3830ccccb419f3042ce836ec56f99 /libutils/RefBase.cpp
parent01003d40fc03080604f4dfb905a77a814feedffe (diff)
downloadsystem_core-1a055a895719ef76c519de60a5942edbf530950c.tar.gz
system_core-1a055a895719ef76c519de60a5942edbf530950c.tar.bz2
system_core-1a055a895719ef76c519de60a5942edbf530950c.zip
RefBase.cpp remove unused include typeinfo
Test: pass Change-Id: Iec9b9e1e9b6c974124b2043f550fb110cc22846d
Diffstat (limited to 'libutils/RefBase.cpp')
-rw-r--r--libutils/RefBase.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libutils/RefBase.cpp b/libutils/RefBase.cpp
index 1f8395b40..4252ba6b2 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>