summaryrefslogtreecommitdiff
path: root/src/window.cc
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2013-04-09 20:05:40 +0200
committerMaxime Coste <frrrwww@gmail.com>2013-04-09 20:05:40 +0200
commit270e950cf1e590975e9b273da849a08d6a4f50bb (patch)
treea4e05a6d6c102b0367f7480f193bd3237f628765 /src/window.cc
parent5adee4a6a7e63aed3fac3cd8c9456d2ee1cd06a1 (diff)
sort includes directives
Diffstat (limited to 'src/window.cc')
-rw-r--r--src/window.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.cc b/src/window.cc
index 285cf0ff..54d7e6a2 100644
--- a/src/window.cc
+++ b/src/window.cc
@@ -1,9 +1,9 @@
#include "window.hh"
#include "assert.hh"
+#include "context.hh"
#include "highlighter.hh"
#include "hook_manager.hh"
-#include "context.hh"
#include <algorithm>
#include <sstream>