]> granicus.if.org Git - postgresql/blobdiff - src/fe_utils/string_utils.c
Make the order of the header file includes consistent in non-backend modules.
[postgresql] / src / fe_utils / string_utils.c
index 8c3a603cf1dba9e92c9420152c591e357a0057f7..b07f14255cdcc03b9532458fb23dc37be417f20c 100644 (file)
 
 #include <ctype.h>
 
-#include "fe_utils/string_utils.h"
-
 #include "common/keywords.h"
-
+#include "fe_utils/string_utils.h"
 
 static PQExpBuffer defaultGetLocalPQExpBuffer(void);