diff options
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 |