diff options
| -rw-r--r-- | text-regex.c | 1 | ||||
| -rw-r--r-- | view.c | 1 | ||||
| -rw-r--r-- | vis-core.h | 1 | ||||
| -rw-r--r-- | vis-motions.c | 1 | ||||
| -rw-r--r-- | vis.c | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/text-regex.c b/text-regex.c index 439c24a..b0549b6 100644 --- a/text-regex.c +++ b/text-regex.c @@ -1,6 +1,5 @@ #include <stdlib.h> #include <string.h> -#include <regex.h> #include "text-regex.h" @@ -3,7 +3,6 @@ #include <wchar.h> #include <ctype.h> #include <errno.h> -#include <regex.h> #include <limits.h> #include "view.h" #include "text.h" @@ -7,7 +7,6 @@ #include "vis-lua.h" #include "register.h" #include "text.h" -#include "text-regex.h" #include "map.h" #include "ring-buffer.h" #include "array.h" diff --git a/vis-motions.c b/vis-motions.c index 8b49759..82b48f3 100644 --- a/vis-motions.c +++ b/vis-motions.c @@ -1,6 +1,5 @@ #include <stdio.h> #include <string.h> -#include <regex.h> #include "vis-core.h" #include "text-motions.h" #include "text-objects.h" @@ -10,7 +10,6 @@ #include <limits.h> #include <ctype.h> #include <time.h> -#include <regex.h> #include <sys/select.h> #include <sys/types.h> #include <sys/wait.h> |
