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 /text-regex.c | |
| parent | 9fd92b6534eb7a48dca82bcd24635649a504131a (diff) | |
| download | vis-06fe6bc8d437a59d2aa6b1de43f72afd5578fab3.tar.gz vis-06fe6bc8d437a59d2aa6b1de43f72afd5578fab3.tar.xz | |
vis: cleanup regex header inclusion
Diffstat (limited to 'text-regex.c')
| -rw-r--r-- | text-regex.c | 1 |
1 files changed, 0 insertions, 1 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" |
