renamed libPlatform -> platform. stuck everything from libCEC in the CEC namespace...
[deb_libcec.git] / src / lib / AdapterCommunication.h
index f7dafa0250dbd1e5bc9030d9a62a4ae00ff17c50..426601767347d55c76316286e21024e586ab74f2 100644 (file)
  */
 
 #include "../../include/CECExports.h"
-#include "util/threads.h"
-
-class CSerialPort;
+#include "platform/threads.h"
 
 namespace CEC
 {
+  class CSerialPort;
   class CLibCEC;
 
   class CAdapterCommunication : CThread