MFC r268527: Remove unused readline header

This commit is contained in:
emaste 2014-07-23 19:38:29 +00:00
parent 85a76dca41
commit aef31c62ce

View File

@ -101,12 +101,6 @@
#include <pthread.h>
#include <sys/time.h>
#if defined(__FreeBSD__)
#include <readline/readline.h>
#else
#include <editline/readline.h>
#endif
#endif
#endif // lldb_Platform_h_