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/devices | |
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/devices')
-rw-r--r-- | p2pvr/devices/pch.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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> |