diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-07-14 14:52:27 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-07-14 14:52:27 +0000 |
commit | e0522505bd13bc5aae993fc50b8f420665d78e96 (patch) | |
tree | 34f98af9ba78bc3dda16f5ce46d7e2158f304918 /src/interfaces/libpq/fe-auth.c | |
parent | ae643747b16a6ffed88323338dcd3b7ed918e3d0 (diff) | |
download | postgresql-e0522505bd13bc5aae993fc50b8f420665d78e96.tar.gz postgresql-e0522505bd13bc5aae993fc50b8f420665d78e96.zip |
Remove 576 references of include files that were not needed.
Diffstat (limited to 'src/interfaces/libpq/fe-auth.c')
-rw-r--r-- | src/interfaces/libpq/fe-auth.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/interfaces/libpq/fe-auth.c b/src/interfaces/libpq/fe-auth.c index 3c9f5548785..db8bbdd78da 100644 --- a/src/interfaces/libpq/fe-auth.c +++ b/src/interfaces/libpq/fe-auth.c @@ -10,7 +10,7 @@ * exceed INITIAL_EXPBUFFER_SIZE (currently 256 bytes). * * IDENTIFICATION - * $PostgreSQL: pgsql/src/interfaces/libpq/fe-auth.c,v 1.118 2006/07/14 04:59:30 momjian Exp $ + * $PostgreSQL: pgsql/src/interfaces/libpq/fe-auth.c,v 1.119 2006/07/14 14:52:27 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -48,7 +48,6 @@ #endif #include "libpq-fe.h" -#include "libpq-int.h" #include "fe-auth.h" #include "libpq/md5.h" |