diff options
Diffstat (limited to 'patch/include.c')
| -rw-r--r-- | patch/include.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patch/include.c b/patch/include.c index 7fe397f..ec8f591 100644 --- a/patch/include.c +++ b/patch/include.c @@ -11,6 +11,9 @@ #if BAR_EWMHTAGS_PATCH #include "bar_ewmhtags.c" #endif +#if COMBO_PATCH +#include "combo.c" +#endif #if BAR_HOLDBAR_PATCH #include "bar_holdbar.c" #endif @@ -73,9 +76,6 @@ #if CMDCUSTOMIZE_PATCH #include "cmdcustomize.c" #endif -#if COMBO_PATCH -#include "combo.c" -#endif #if CYCLELAYOUTS_PATCH #include "cyclelayouts.c" #endif |
