diff options
| author | Bruce Momjian | 2006-07-11 18:26:11 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2006-07-11 18:26:11 +0000 |
| commit | ac230e7431d89af710592434e4c41c1335073f36 (patch) | |
| tree | 6d22650f3a618ca56065b69cbd2739a3a5024141 /contrib/pg_trgm | |
| parent | 0ff3461bccb8c10525a3801b6b3c23c7b83a4d8c (diff) | |
Alphabetically order reference to include files, "S"-"Z".
Diffstat (limited to 'contrib/pg_trgm')
| -rw-r--r-- | contrib/pg_trgm/trgm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pg_trgm/trgm.h b/contrib/pg_trgm/trgm.h index 641ffd52a13..d6ba0405053 100644 --- a/contrib/pg_trgm/trgm.h +++ b/contrib/pg_trgm/trgm.h @@ -5,9 +5,9 @@ #include "access/gist.h" #include "access/itup.h" +#include "utils/builtins.h" #include "utils/elog.h" #include "utils/palloc.h" -#include "utils/builtins.h" #include "storage/bufpage.h" /* options */ |
