cec: moved SetAckMask() back to CCECProcessor, so the result can be processed properly
[deb_libcec.git] / src / lib / implementations / ANCommandHandler.cpp
index 32565ed0541f07357f76782b51e4f3c7e9761f0a..394cfa93f2a0e40fb784470a5c32763c44f37847 100644 (file)
@@ -1,4 +1,3 @@
-#pragma once
 /*
  * This file is part of the libCEC(R) library.
  *
@@ -32,7 +31,7 @@
  */
 
 #include "ANCommandHandler.h"
-#include "../CECBusDevice.h"
+#include "../devices/CECBusDevice.h"
 #include "../CECProcessor.h"
 #include "../util/StdString.h"