Merge "RefBase.cpp remove unused include typeinfo"

This commit is contained in:
Treehugger Robot 2017-02-16 05:17:42 +00:00 committed by Gerrit Code Review
commit 141e98474e
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@
#include <stdlib.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <typeinfo>
#include <unistd.h>
#include <utils/RefBase.h>