Merge pull request #3155

21bd2157 remove unnecessary include (Jethro Grassie)
This commit is contained in:
Riccardo Spagni 2018-01-25 16:52:12 -08:00
commit fdb0a92f1b
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -1,7 +1,6 @@
#include "readline_buffer.h"
#include <readline/readline.h>
#include <readline/history.h>
#include <sys/select.h>
#include <unistd.h>
#include <iostream>
#include <boost/thread.hpp>