st/patch/x_include.c
2019-09-16 14:21:09 +02:00

13 lines
164 B
C

/* Patches */
#if OPENCOPIED_PATCH
#include "opencopied.c"
#endif
#if FIXIME_PATCH
#include "fixime.c"
#endif
#if XRESOURCES_PATCH
#include "xresources.c"
#endif