diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-11-05 08:19:01 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-05 08:19:01 +0000 |
commit | 0cf60fb7182a76437d9953c75c649fd5ea1d43ca (patch) | |
tree | df29f2b761a97e0d6f8f3bc67cd848e06ace30c9 /src/backend/access/gist/giststrat.c | |
parent | d1e9a761317271eb0c7a317fad123a18923ebfce (diff) | |
download | postgresql-0cf60fb7182a76437d9953c75c649fd5ea1d43ca.tar.gz |
More cleaned out #include files
Makefile fixed for fmgr.h
Diffstat (limited to 'src/backend/access/gist/giststrat.c')
-rw-r--r-- | src/backend/access/gist/giststrat.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/access/gist/giststrat.c b/src/backend/access/gist/giststrat.c index d4d9523eaa..fd9ab849cb 100644 --- a/src/backend/access/gist/giststrat.c +++ b/src/backend/access/gist/giststrat.c @@ -12,10 +12,10 @@ *------------------------------------------------------------------------- */ -#include "postgres.h" +#include <postgres.h> -#include "access/gist.h" -#include "access/istrat.h" +#include <access/gist.h> +#include <access/istrat.h> /* * Note: negate, commute, and negatecommute all assume that operators are |