aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/result.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/pgsql/result.hxx')
-rw-r--r--odb/pgsql/result.hxx25
1 files changed, 0 insertions, 25 deletions
diff --git a/odb/pgsql/result.hxx b/odb/pgsql/result.hxx
deleted file mode 100644
index 0862f27..0000000
--- a/odb/pgsql/result.hxx
+++ /dev/null
@@ -1,25 +0,0 @@
-// file : odb/pgsql/result.hxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
-
-#ifndef ODB_PGSQL_RESULT_HXX
-#define ODB_PGSQL_RESULT_HXX
-
-#include <odb/pre.hxx>
-
-#include <odb/traits.hxx>
-#include <odb/result.hxx>
-
-#include <odb/pgsql/version.hxx>
-#include <odb/pgsql/forward.hxx>
-
-#include <odb/post.hxx>
-
-#endif // ODB_PGSQL_RESULT_HXX
-
-// Include result specializations so that the user code only needs
-// to include this header.
-//
-
-#include <odb/pgsql/object-result.hxx>
-#include <odb/pgsql/view-result.hxx>