remove unnecessary include

This commit is contained in:
Jethro Grassie 2018-01-18 19:03:05 -05:00
parent 5f09d6c833
commit 21bd21576d
No known key found for this signature in database
GPG key ID: DE8ED755616565BB

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>