]> granicus.if.org Git - postgresql/blobdiff - src/bin/psql/prompt.c
Make the order of the header file includes consistent in non-backend modules.
[postgresql] / src / bin / psql / prompt.c
index 0fcb8c7783210894b1a5a2ebaffc2041be3810fe..195192a95d611b19711d878e9b6d29e61811abb2 100644 (file)
 #endif
 
 #include "common.h"
+#include "common/string.h"
 #include "input.h"
 #include "prompt.h"
 #include "settings.h"
 
-#include "common/string.h"
-
 /*--------------------------
  * get_prompt
  *