summaryrefslogtreecommitdiff
path: root/src/window.cc
diff options
context:
space:
mode:
authorAdriĆ  Arrufat <adria.arrufat@gmail.com>2024-08-16 08:49:19 +0900
committerAdriĆ  Arrufat <adria.arrufat@gmail.com>2024-08-16 08:49:19 +0900
commit64ed046e5a841520506e1954ff0bd756ea112d94 (patch)
tree28c3e5de5ad0d9652dc135efd96a5adf1d5c6a4f /src/window.cc
parent575f49f1b4cf93e8d91545f2e8959111bf6e7f2b (diff)
include headers 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 e992af01..c5fc44db 100644
--- a/src/window.cc
+++ b/src/window.cc
@@ -3,7 +3,6 @@
#include "assert.hh"
#include "buffer.hh"
#include "buffer_utils.hh"
-#include "clock.hh"
#include "context.hh"
#include "highlighter.hh"
#include "hook_manager.hh"