diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-01-16 14:56:04 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-01-16 14:56:04 +0100 |
| commit | 06fe6bc8d437a59d2aa6b1de43f72afd5578fab3 (patch) | |
| tree | 99afa95bdb5dfba8999576178d42064b6841cd60 | |
| parent | 9fd92b6534eb7a48dca82bcd24635649a504131a (diff) | |
| download | vis-06fe6bc8d437a59d2aa6b1de43f72afd5578fab3.tar.gz vis-06fe6bc8d437a59d2aa6b1de43f72afd5578fab3.tar.xz | |
vis: cleanup regex header inclusion
| -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> |
