mirror of
https://github.com/postgres/postgres.git
synced 2025-12-04 12:02:48 +03:00
Moved the include files to src/include/regex
This commit is contained in:
@@ -46,8 +46,8 @@ static char sccsid[] = "@(#)regfree.c 8.3 (Berkeley) 3/20/94";
|
||||
#include <stdlib.h>
|
||||
#include <regex.h>
|
||||
|
||||
#include "utils.h"
|
||||
#include "regex2.h"
|
||||
#include "regex/utils.h"
|
||||
#include "regex/regex2.h"
|
||||
|
||||
/*
|
||||
- regfree - free everything
|
||||
|
||||
Reference in New Issue
Block a user