diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-10-02 21:24:39 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-10-02 21:24:39 +0100 |
commit | d71e113f632f25d915d5e37958de3223e19983f4 (patch) | |
tree | 59fb8cb5ab5f934c32031db2a7f383403860dca2 /p2pvr/daemon | |
parent | Swtich everything to new libs/interfaces (diff) | |
download | p2pvr-d71e113f632f25d915d5e37958de3223e19983f4.tar.bz2 p2pvr-d71e113f632f25d915d5e37958de3223e19983f4.tar.xz p2pvr-d71e113f632f25d915d5e37958de3223e19983f4.zip |
Slash the amount of inclusion in pre-compiled headers
Diffstat (limited to 'p2pvr/daemon')
-rw-r--r-- | p2pvr/daemon/pch.hpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/p2pvr/daemon/pch.hpp b/p2pvr/daemon/pch.hpp index deec57c..7c96f52 100644 --- a/p2pvr/daemon/pch.hpp +++ b/p2pvr/daemon/pch.hpp @@ -5,7 +5,7 @@ #include <Ice/Ice.h> #include <glibmm.h> #include <boost/bind.hpp> -#include <boost/function.hpp> +#include <boost/function/function_fwd.hpp> #include <boost/intrusive_ptr.hpp> #include <boost/shared_ptr.hpp> @@ -15,10 +15,6 @@ #include <string> #include <vector> -#include <variableType.h> -#include <rdbmsDataSource.h> -#include <p2pvr.h> - #endif #endif |