summaryrefslogtreecommitdiff
path: root/src/window.cc
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2019-01-24 21:02:07 +1100
committerMaxime Coste <mawww@kakoune.org>2019-01-24 21:22:20 +1100
commit346c78f5e00302a6a8b0563b84c504eda61d4a62 (patch)
treecc9b1eb972b4dda474b67df031309442bc5e2fe7 /src/window.cc
parent4b72cfe530b682ad97f4d4815dcce7ca305bb7e6 (diff)
Header and dependency cleanup
Diffstat (limited to 'src/window.cc')
-rw-r--r--src/window.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/window.cc b/src/window.cc
index a116abc4..b4bc922d 100644
--- a/src/window.cc
+++ b/src/window.cc
@@ -12,7 +12,6 @@
#include "option_types.hh"
#include <algorithm>
-#include <sstream>
namespace Kakoune
{