diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-10 13:48:48 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-10 13:48:48 +0100 |
commit | d0bcef08d3d9b4a721b41cb992f77fb422842437 (patch) | |
tree | 9acfb893d0b0cdc6aaa4390ebd07fb277af30091 /st.h | |
parent | Changed optimization level (diff) | |
download | st-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.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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__ */ |