aboutsummaryrefslogtreecommitdiffstats
path: root/win.h
diff options
context:
space:
mode:
Diffstat (limited to 'win.h')
-rw-r--r--win.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/win.h b/win.h
index fad22d6..4916347 100644
--- a/win.h
+++ b/win.h
@@ -1,10 +1,5 @@
/* See LICENSE for license details. */
-#ifndef __WIN_H__
-#define __WIN_H__
-
-#include "st.h"
-
enum win_mode {
MODE_VISIBLE = 1 << 0,
MODE_FOCUSED = 1 << 1,
@@ -46,5 +41,3 @@ int xstartdraw(void);
void toggle_winmode(int);
void keyboard_select(const Arg *);
void xximspot(int, int);
-
-#endif /* end of include guard: __WIN_H__ */