summaryrefslogtreecommitdiff
path: root/libdbpp/selectcommand.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2018-03-04 12:28:21 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2018-03-04 12:52:34 +0000
commita905f81cf058667c4c313fef2d3fe34210ed4241 (patch)
treece39f109038e1c0d06cab34fc955dddbe0a15cc8 /libdbpp/selectcommand.h
parentUse std::enable_if now, not boost's (diff)
downloadlibdbpp-a905f81cf058667c4c313fef2d3fe34210ed4241.tar.bz2
libdbpp-a905f81cf058667c4c313fef2d3fe34210ed4241.tar.xz
libdbpp-a905f81cf058667c4c313fef2d3fe34210ed4241.zip
Add fwd headers to reduce the compile overheads of simple clients.libdbpp-1.1.4
Diffstat (limited to 'libdbpp/selectcommand.h')
-rw-r--r--libdbpp/selectcommand.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libdbpp/selectcommand.h b/libdbpp/selectcommand.h
index 5e48f4d..32b5cbe 100644
--- a/libdbpp/selectcommand.h
+++ b/libdbpp/selectcommand.h
@@ -136,7 +136,6 @@ namespace DB {
/// Columns in the result set.
Columns * columns;
};
- typedef boost::shared_ptr<SelectCommand> SelectCommandPtr;
}
#endif