aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq++/libpq++.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/libpq++/libpq++.h')
-rw-r--r--src/interfaces/libpq++/libpq++.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/src/interfaces/libpq++/libpq++.h b/src/interfaces/libpq++/libpq++.h
deleted file mode 100644
index b8c7945e586..00000000000
--- a/src/interfaces/libpq++/libpq++.h
+++ /dev/null
@@ -1,36 +0,0 @@
-/*-------------------------------------------------------------------------
-*
-* libpq++.h
-*
-*
-* DESCRIPTION
-* C++ client interface to Postgres
-* used for building front-end applications
-*
-* NOTES
-* This is intended to be included by client applications.
-* It will not work as an inclusion in the libpq++ sources, since
-* in the build environment the individual include files are not
-* yet installed in a subdirectory.
-*
-* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
-* Portions Copyright (c) 1994, Regents of the University of California
-*
-* $Id: libpq++.h,v 1.13 2002/07/02 16:32:19 momjian Exp $
-*
-*-------------------------------------------------------------------------
-*/
-
-
-#ifndef LIBPQXX_H
-#define LIBPQXX_H
-
-#include <string.h>
-
-#include "libpq++/pgconnection.h"
-#include "libpq++/pgdatabase.h"
-#include "libpq++/pglobject.h"
-#include "libpq++/pgtransdb.h"
-#include "libpq++/pgcursordb.h"
-
-#endif /* LIBPQXX_H */