]> granicus.if.org Git - postgresql/blobdiff - src/test/modules/test_ginpostinglist/test_ginpostinglist.c
Make the order of the header file includes consistent in non-backend modules.
[postgresql] / src / test / modules / test_ginpostinglist / test_ginpostinglist.c
index bab073bcecc8a215b830cb7399793232db69680e..7e9d7de70c3ebcd5f372ca14af2141bc1e4e5613 100644 (file)
  */
 #include "postgres.h"
 
-#include "fmgr.h"
 #include "access/ginblock.h"
 #include "access/gin_private.h"
 #include "access/htup_details.h"
+#include "fmgr.h"
 
 PG_MODULE_MAGIC;