cec: moved CEC handlers to implementations/
[deb_libcec.git] / src / lib / CECBusDevice.h
index b7ae7e92bb1a5455e77552afe300905473d61d1e..fc42556e320e2fc1f85268e7a77844a48b1cc8e6 100644 (file)
  *     http://www.pulse-eight.net/
  */
 
-#include "CECCommandHandler.h"
+#include <cectypes.h>
 #include "platform/threads.h"
 #include "util/StdString.h"
 
 namespace CEC
 {
   class CCECProcessor;
+  class CCECCommandHandler;
 
   class CCECBusDevice
   {