From 6029e934f4ed229a3a92a2df76cbf87e394ed69b Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Thu, 6 Nov 2014 09:31:48 -0600 Subject: Fix some includes that are not longer present Change-Id: Ic9509b0dc7f71ae64f64cc891868a2543eee4321 --- legacy_property_service.c | 3 ++- mtp/MtpUtils.cpp | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/legacy_property_service.c b/legacy_property_service.c index 12865c417..24d3aa920 100644 --- a/legacy_property_service.c +++ b/legacy_property_service.c @@ -30,7 +30,8 @@ #include "legacy_properties.h" #include -#include +// Not available in 5.0 +//#include #include "legacy_property_service.h" static int persistent_properties_loaded = 0; diff --git a/mtp/MtpUtils.cpp b/mtp/MtpUtils.cpp index 5be86389a..4ad59fd44 100755 --- a/mtp/MtpUtils.cpp +++ b/mtp/MtpUtils.cpp @@ -18,8 +18,8 @@ #include #include - -#include +// Not available in 5.0 +//#include #include "MtpUtils.h" #include "MtpDebug.h" -- cgit v1.2.3