diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-10-01 00:11:28 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-10-01 00:11:28 +0100 |
commit | 1be0775221f8ae6262cbde7bb28e97d7e29d8b55 (patch) | |
tree | 56eaeb2f101c979dcc774de2306cc8e4c93baef1 /project2/sql | |
parent | Use AdHoc plugins for scriptable things and remove legacy plugin support (diff) | |
download | project2-1be0775221f8ae6262cbde7bb28e97d7e29d8b55.tar.bz2 project2-1be0775221f8ae6262cbde7bb28e97d7e29d8b55.tar.xz project2-1be0775221f8ae6262cbde7bb28e97d7e29d8b55.zip |
Slash the amount of inclusion in pre-compiled headers
Diffstat (limited to 'project2/sql')
-rw-r--r-- | project2/sql/pch.hpp | 28 |
1 files changed, 4 insertions, 24 deletions
diff --git a/project2/sql/pch.hpp b/project2/sql/pch.hpp index e3dcda2..857eb5b 100644 --- a/project2/sql/pch.hpp +++ b/project2/sql/pch.hpp @@ -2,31 +2,11 @@ #ifndef SQL_PCH #define SQL_PCH -#include "cache.h" -#include "column.h" -#include "columns.h" -#include "command.h" -#include "commonObjects.h" -#include "exceptions.h" -#include "iHaveParameters.h" -#include "logger.h" -#include "modifycommand.h" -#include "rdbmsDataSource.h" -#include "rowProcessor.h" -#include "rowSet.h" -#include "selectcommand.h" -#include "sqlHandleAsVariableType.h" -#include "sqlVariableBinder.h" -#include "sqlWriter.h" -#include "variables.h" -#include "scriptLoader.h" -#include "scripts.h" -#include <boost/bind.hpp> -#include "options.h" -#include <buffer.h> -#include <column.h> -#include <errno.h> #include <stdexcept> +#include <string> +#include <glibmm/ustring.h> +#include <boost/variant/variant_fwd.hpp> +#include <connection.h> #endif #endif |