pgsql: Minor #include cleanup.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Minor #include cleanup.
Date: 2010-08-13 20:04:33
Message-ID: 20100813200433.371F37541D7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/interfaces/libpq:
pqsignal.c (r1.30 -> r1.31)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/pqsignal.c?r1=1.30&r2=1.31)
pqsignal.h (r1.25 -> r1.26)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/pqsignal.h?r1=1.25&r2=1.26)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2010-08-13 20:10:54 pgsql: Include the backend ID in the relpath of temporary relations.
Previous Message Tom Lane 2010-08-13 18:36:26 pgsql: Add xml_is_well_formed, xml_is_well_formed_document,