Delete unnecessary include

This commit is contained in:
Timofey 2022-08-10 22:03:53 +03:00
parent 7487bab9ae
commit 77a2ee9989

View file

@ -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"};