replaced <regex.h> by "regex.h" to fetch the local file.

This commit is contained in:
mainzelm 2000-09-19 13:34:38 +00:00
parent 2a6d087f0d
commit 45f0550f79
6 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
#include <limits.h>
#include <stdlib.h>
#include <sys/types.h>
#include <regex.h>
#include "regex.h"
#include "utils.h"
#include "regex2.h"

View File

@ -1,7 +1,7 @@
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <regex.h>
#include "regex.h"
#include <assert.h>
#include "main.ih"

View File

@ -4,7 +4,7 @@
#include <ctype.h>
#include <limits.h>
#include <stdlib.h>
#include <regex.h>
#include "regex.h"
#include "utils.h"
#include "regex2.h"

View File

@ -4,7 +4,7 @@
#include <ctype.h>
#include <limits.h>
#include <stdlib.h>
#include <regex.h>
#include "regex.h"
#include "utils.h"
#include "regerror.ih"

View File

@ -11,7 +11,7 @@
#include <string.h>
#include <limits.h>
#include <ctype.h>
#include <regex.h>
#include "regex.h"
#include "utils.h"
#include "regex2.h"

View File

@ -1,7 +1,7 @@
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <regex.h>
#include "regex.h"
#include "utils.h"
#include "regex2.h"