Delete unnecessary include
This commit is contained in:
parent
7487bab9ae
commit
77a2ee9989
|
@ -4,8 +4,6 @@
|
|||
#include <cppshell/shell.hpp>
|
||||
#undef SIGPIPE_ALWAYS_IGNORE
|
||||
|
||||
#include <iostream>
|
||||
|
||||
namespace utils {
|
||||
void OpenEditor(const std::string& file) {
|
||||
std::string editors[] = {"nvim", "vim", "vi"};
|
||||
|
|
Loading…
Reference in a new issue