diff options
| author | Martijn Otto <git@martijnotto.nl> | 2018-11-15 17:29:34 +0100 |
|---|---|---|
| committer | Martijn Otto <git@martijnotto.nl> | 2018-11-15 17:29:34 +0100 |
| commit | bd98e99c8095cf05c4d3282c888a87745ad1c559 (patch) | |
| tree | 2025c8317dad74ef839fa4e3b20b2534d65f321f /contrib/epee/src/readline_buffer.cpp | |
| parent | 8534f71eedbb421ca3e961c5adc96e5048c4e685 (diff) | |
| download | monzero-core-bd98e99c8095cf05c4d3282c888a87745ad1c559.tar.gz monzero-core-bd98e99c8095cf05c4d3282c888a87745ad1c559.tar.xz monzero-core-bd98e99c8095cf05c4d3282c888a87745ad1c559.zip | |
Removed a lot of unnecessary includes
Diffstat (limited to 'contrib/epee/src/readline_buffer.cpp')
| -rw-r--r-- | contrib/epee/src/readline_buffer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/epee/src/readline_buffer.cpp b/contrib/epee/src/readline_buffer.cpp index da264471f..c5949da0a 100644 --- a/contrib/epee/src/readline_buffer.cpp +++ b/contrib/epee/src/readline_buffer.cpp @@ -1,9 +1,9 @@ #include "readline_buffer.h" #include <readline/readline.h> #include <readline/history.h> -#include <unistd.h> #include <iostream> -#include <boost/thread.hpp> +#include <boost/thread/mutex.hpp> +#include <boost/thread/lock_guard.hpp> #include <boost/algorithm/string.hpp> static void install_line_handler(); |
