From ca91c32a1f20564b21593b08430602ccf2167353 Mon Sep 17 00:00:00 2001 From: Rico Tiongson Date: Thu, 7 Feb 2019 22:00:17 +0800 Subject: [PATCH] Unlink util/regex from library index --- src/lib/comfortable_swipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/comfortable_swipe b/src/lib/comfortable_swipe index ae8de7d..eaa0a08 100644 --- a/src/lib/comfortable_swipe +++ b/src/lib/comfortable_swipe @@ -27,6 +27,7 @@ along with this program. If not, see . #include "gesture/xdo_gesture.cpp" #include "gesture/swipe_gesture.cpp" +#include "gesture/swipe_gesture.regex.cpp" #include "service/autostart.cpp" #include "service/buffer.cpp" #include "service/help.cpp" @@ -36,6 +37,5 @@ along with this program. If not, see . #include "util/autostart_filename.cpp" #include "util/conf_filename.cpp" #include "util/read_config_file.cpp" -#include "util/regex.cpp" #endif /* __COMFORTABLE_SWIPE__ */