summaryrefslogtreecommitdiff
path: root/odb/core.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/core.hxx')
-rw-r--r--odb/core.hxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/odb/core.hxx b/odb/core.hxx
deleted file mode 100644
index bca295d..0000000
--- a/odb/core.hxx
+++ /dev/null
@@ -1,20 +0,0 @@
-// file : odb/core.hxx
-// license : GNU GPL v2; see accompanying LICENSE file
-
-#ifndef ODB_CORE_HXX
-#define ODB_CORE_HXX
-
-#include <odb/pre.hxx>
-
-#ifdef ODB_COMPILER
-# define PRAGMA_DB_IMPL(x) _Pragma (#x)
-# define PRAGMA_DB(x) PRAGMA_DB_IMPL (db x)
-#else
-# define PRAGMA_DB(x)
-#endif
-
-#include <odb/forward.hxx>
-
-#include <odb/post.hxx>
-
-#endif // ODB_CORE_HXX