diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2016-11-22 09:49:55 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2016-11-22 09:49:55 +0000 |
| commit | d15cc02c013c9c4e8b3206c8a3d278b1d97309a3 (patch) | |
| tree | c3275bc2d365fadb7257af8fe2cdf9f0bde2f4ab | |
| parent | 0b806cd4f17c1ad9e326ad4499192fc57afc12eb (diff) | |
Remove some unneeded headers from ncurses_ui.cc
| -rw-r--r-- | src/ncurses_ui.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ncurses_ui.cc b/src/ncurses_ui.cc index 5d3627df..6653a718 100644 --- a/src/ncurses_ui.cc +++ b/src/ncurses_ui.cc @@ -3,10 +3,7 @@ #include "containers.hh" #include "display_buffer.hh" #include "event_manager.hh" -#include "file.hh" #include "keys.hh" -#include "register_manager.hh" -#include "utf8_iterator.hh" #include <algorithm> |
