aboutsummaryrefslogtreecommitdiffstats
path: root/st.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-11-10 13:48:48 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-11-10 13:48:48 +0100
commitd0bcef08d3d9b4a721b41cb992f77fb422842437 (patch)
tree9acfb893d0b0cdc6aaa4390ebd07fb277af30091 /st.h
parentChanged optimization level (diff)
downloadst-d0bcef08d3d9b4a721b41cb992f77fb422842437.tar.gz
st-d0bcef08d3d9b4a721b41cb992f77fb422842437.tar.bz2
st-d0bcef08d3d9b4a721b41cb992f77fb422842437.tar.xz
st-d0bcef08d3d9b4a721b41cb992f77fb422842437.tar.zst
st-d0bcef08d3d9b4a721b41cb992f77fb422842437.zip
Removed huge cleanup
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__ */