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 | |
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
-rw-r--r-- | p2pvr/daemon/pch.hpp | 6 | ||||
-rw-r--r-- | p2pvr/daemonbase/pch.hpp | 4 | ||||
-rw-r--r-- | p2pvr/devices/pch.hpp | 2 | ||||
-rw-r--r-- | p2pvr/dvb/pch.hpp | 2 | ||||
-rw-r--r-- | p2pvr/lib/pch.hpp | 4 |
5 files changed, 4 insertions, 14 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 diff --git a/p2pvr/daemonbase/pch.hpp b/p2pvr/daemonbase/pch.hpp index 28b23b5..74671ef 100644 --- a/p2pvr/daemonbase/pch.hpp +++ b/p2pvr/daemonbase/pch.hpp @@ -3,10 +3,6 @@ #define P2PVRLIB_PCH #include <Ice/Ice.h> -#include <variableType.h> -#include <daemon.h> -#include <options.h> -#include <logger.h> #endif #endif diff --git a/p2pvr/devices/pch.hpp b/p2pvr/devices/pch.hpp index 0ccd5c0..7a7881c 100644 --- a/p2pvr/devices/pch.hpp +++ b/p2pvr/devices/pch.hpp @@ -4,7 +4,7 @@ #include <Ice/Ice.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> diff --git a/p2pvr/dvb/pch.hpp b/p2pvr/dvb/pch.hpp index 7828bd2..6a76256 100644 --- a/p2pvr/dvb/pch.hpp +++ b/p2pvr/dvb/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> diff --git a/p2pvr/lib/pch.hpp b/p2pvr/lib/pch.hpp index b9a507c..7c96f52 100644 --- a/p2pvr/lib/pch.hpp +++ b/p2pvr/lib/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,8 +15,6 @@ #include <string> #include <vector> -#include <variableType.h> - #endif #endif |