From 6c944bf3cc5b8329a9d6e9ab534387fcb68bf565 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 29 May 2000 21:25:07 +0000 Subject: Cleanup of <> and "" --- src/interfaces/python/pgmodule.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/interfaces/python/pgmodule.c') diff --git a/src/interfaces/python/pgmodule.c b/src/interfaces/python/pgmodule.c index 375cb266584..03424b805c2 100644 --- a/src/interfaces/python/pgmodule.c +++ b/src/interfaces/python/pgmodule.c @@ -26,9 +26,9 @@ * */ -#include -#include -#include +#include "Python.h" +#include "libpq-fe.h" +#include "libpq/libpq-fs.h" #include #include #include -- cgit v1.2.3