cec: clean ups and only include what we need from lib/platform.
[deb_libcec.git] / src / lib / platform / windows / serialport.cpp
index 8e513fc7f1c6c87f607603786a16ddbf79552090..22c65d76e6a4162d3bb7f026450afcb6b83a9afb 100644 (file)
@@ -30,9 +30,9 @@
  *     http://www.pulse-eight.net/
  */
 
-#include "../serialport/serialport.h"
-#include "../serialport/baudrate.h"
-#include "../timeutils.h"
+#include "../sockets/serialport.h"
+#include "../util/baudrate.h"
+#include "../util/timeutils.h"
 
 using namespace std;
 using namespace PLATFORM;