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