diff options
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -21,13 +21,8 @@ | |||
21 | #include <time.h> | 21 | #include <time.h> |
22 | #include <unistd.h> | 22 | #include <unistd.h> |
23 | #include <libgen.h> | 23 | #include <libgen.h> |
24 | #include <fontconfig/fontconfig.h> | ||
25 | #include <wchar.h> | 24 | #include <wchar.h> |
26 | 25 | ||
27 | /* X11 */ | ||
28 | #include <X11/cursorfont.h> | ||
29 | #include <X11/Xft/Xft.h> | ||
30 | |||
31 | #include "st.h" | 26 | #include "st.h" |
32 | #include "win.h" | 27 | #include "win.h" |
33 | 28 | ||