summaryrefslogtreecommitdiff
path: root/src/window.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.cc')
-rw-r--r--src/window.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/window.cc b/src/window.cc
index e296a62d..e992af01 100644
--- a/src/window.cc
+++ b/src/window.cc
@@ -1,13 +1,15 @@
#include "window.hh"
#include "assert.hh"
+#include "buffer.hh"
+#include "buffer_utils.hh"
#include "clock.hh"
#include "context.hh"
#include "highlighter.hh"
#include "hook_manager.hh"
#include "input_handler.hh"
#include "client.hh"
-#include "buffer_utils.hh"
+#include "debug.hh"
#include "option.hh"
#include "option_types.hh"
#include "profile.hh"