aboutsummaryrefslogtreecommitdiffstats
path: root/st.h
diff options
context:
space:
mode:
Diffstat (limited to 'st.h')
-rw-r--r--st.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/st.h b/st.h
index 9fe4e00..f480d6f 100644
--- a/st.h
+++ b/st.h
@@ -1,9 +1,5 @@
/* See LICENSE for license details. */
-#ifndef __ST_H__
-#define __ST_H__
-
-#include <stddef.h>
#include <stdint.h>
#include <sys/types.h>
@@ -131,5 +127,3 @@ extern char *termname;
extern unsigned int tabspaces;
extern unsigned int defaultfg;
extern unsigned int defaultbg;
-
-#endif /* end of include guard: __ST_H__ */