summaryrefslogtreecommitdiffstats
path: root/automotive/vehicle/2.0/default/common/src/VehiclePropertyStore.cpp
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-04-06 12:15:23 -0700
committerSteven Moreland <smoreland@google.com>2017-04-06 15:01:59 -0700
commit3eb7df74b8eae5c902039d1b76402350715a0944 (patch)
treefef29970dae9d7d81cd8464e6112411bc741f3ce /automotive/vehicle/2.0/default/common/src/VehiclePropertyStore.cpp
parent4cb19c55b5d336a0cdbc584d8c4b240d1abe8f3e (diff)
downloadandroid_hardware_interfaces-3eb7df74b8eae5c902039d1b76402350715a0944.tar.gz
android_hardware_interfaces-3eb7df74b8eae5c902039d1b76402350715a0944.tar.bz2
android_hardware_interfaces-3eb7df74b8eae5c902039d1b76402350715a0944.zip
Fix transitive includes.
Files relying on transitive include of utils/Log.h (and things that it includes) from MQDescriptor.h Test: pass Change-Id: Iff316b21bef556bb026378b7f89e97ded3febef4
Diffstat (limited to 'automotive/vehicle/2.0/default/common/src/VehiclePropertyStore.cpp')
-rw-r--r--automotive/vehicle/2.0/default/common/src/VehiclePropertyStore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/automotive/vehicle/2.0/default/common/src/VehiclePropertyStore.cpp b/automotive/vehicle/2.0/default/common/src/VehiclePropertyStore.cpp
index 0e6b776f2..2c3ebfccb 100644
--- a/automotive/vehicle/2.0/default/common/src/VehiclePropertyStore.cpp
+++ b/automotive/vehicle/2.0/default/common/src/VehiclePropertyStore.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
#define LOG_TAG "VehiclePropertyStore"
-#include <android/log.h>
+#include <log/log.h>
#include <common/include/vhal_v2_0/VehicleUtils.h>
#include "VehiclePropertyStore.h"