Minor #include cleanup.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 3f9479ef3fdf49fc22088be5268fa536cf5d4efd
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-08-13T20:04:33Z
Releases: 9.1.0
Minor #include cleanup.

I just noticed that libpq's pqsignal.h was violating our general inclusion
style guidelines by explicitly including postgres_fe.h.  Remove that, and
put it in pqsignal.c where it belongs.

Files

PathChange+/−
src/interfaces/libpq/pqsignal.c modified +5 −2
src/interfaces/libpq/pqsignal.h modified +1 −3