Skip to content

Commit

Permalink
vis: cleanup regex header inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
martanne committed Jan 16, 2017
1 parent 9fd92b6 commit 06fe6bc
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion text-regex.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include <stdlib.h>
#include <string.h>
#include <regex.h>

#include "text-regex.h"

Expand Down
1 change: 0 additions & 1 deletion view.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion vis-core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion vis-motions.c
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
1 change: 0 additions & 1 deletion vis.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 06fe6bc

Please sign in to comment.