cec: clean ups and only include what we need from lib/platform.
[deb_libcec.git] / src / lib / devices / CECBusDevice.h
index 412504e1987286b1d849eebee53c2de7b4516b61..b6f1a7d50bc2e07aec547df2f54617f1e40c3ddc 100644 (file)
@@ -33,7 +33,8 @@
 
 #include <cectypes.h>
 #include <set>
-#include "../platform/os.h"
+#include "../platform/threads/mutex.h"
+#include "../platform/util/StdString.h"
 
 namespace CEC
 {
@@ -50,7 +51,6 @@ namespace CEC
     CCECBusDevice(CCECProcessor *processor, cec_logical_address address, uint16_t iPhysicalAddress = 0);
     virtual ~CCECBusDevice(void);
 
-    virtual void AddLog(cec_log_level level, const CStdString &strMessage);
     virtual bool HandleCommand(const cec_command &command);
     virtual bool PowerOn(void);
     virtual bool Standby(void);