]> granicus.if.org Git - postgresql/commit
Clean up some misplaced #includes.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 18 Mar 2016 17:43:13 +0000 (13:43 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 18 Mar 2016 17:43:17 +0000 (13:43 -0400)
commit3422fecccadb021b7b4cdbc73b2c29f66f031761
treeab2baf99174fb393d8e87322994599ca1a5abced
parent61d2ebdbf9155d80f83281d8c5729c8f8f0949bc
Clean up some misplaced #includes.

Random .h files have no business including postgres-fe.h (or postgres.h).
If that wasn't the first #include done by the calling .c file, it's the
.c file that's broken.  Noted while prepping Kyotaro Horiguchi's psql
lexer refactoring patch.
src/bin/psql/common.h
src/bin/psql/create_help.pl
src/bin/psql/mainloop.h