summaryrefslogtreecommitdiff
path: root/libqservice
diff options
context:
space:
mode:
authorNaseer Ahmed <naseer@codeaurora.org>2018-03-06 20:41:14 -0500
committerNaseer Ahmed <naseer@codeaurora.org>2018-03-06 20:41:14 -0500
commit04a804a8f1e96b97ea33823bfb6a1f6ac875499b (patch)
treeefe601ba0110e1ed39b225a371e9a61778761005 /libqservice
parentc4fdf73cfbf86aebc7f39c3d811a4b46aaa80e1d (diff)
downloaddisplay-04a804a8f1e96b97ea33823bfb6a1f6ac875499b.tar.gz
display: Use log.h from VNDK
Change-Id: I8aa8566036a44b1587f5cfe6c745e11a3dd19481
Diffstat (limited to 'libqservice')
-rw-r--r--libqservice/IQHDMIClient.cpp2
-rw-r--r--libqservice/QService.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libqservice/IQHDMIClient.cpp b/libqservice/IQHDMIClient.cpp
index 9f5044a5..6379e574 100644
--- a/libqservice/IQHDMIClient.cpp
+++ b/libqservice/IQHDMIClient.cpp
@@ -26,7 +26,7 @@
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <utils/Log.h>
+#include <log/log.h>
#include <binder/Parcel.h>
#include "IQHDMIClient.h"
diff --git a/libqservice/QService.h b/libqservice/QService.h
index bd130fa5..6bb4d7d5 100644
--- a/libqservice/QService.h
+++ b/libqservice/QService.h
@@ -32,7 +32,7 @@
#include <utils/Errors.h>
#include <sys/types.h>
-#include <cutils/log.h>
+#include <log/log.h>
#include <binder/IServiceManager.h>
#include <IQService.h>
#include <IQClient.h>