summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p2pvr/daemon/pch.hpp6
-rw-r--r--p2pvr/daemonbase/pch.hpp4
-rw-r--r--p2pvr/devices/pch.hpp2
-rw-r--r--p2pvr/dvb/pch.hpp2
-rw-r--r--p2pvr/lib/pch.hpp4
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