From 196d5850f28b23164c024370e9403fe184d2a7b2 Mon Sep 17 00:00:00 2001 From: Logan Chien Date: Wed, 2 May 2018 11:39:03 +0800 Subject: [PATCH] Replace library headers with angle quotations This commit replaces the double quotations for library headers with angle quotations. Test: cd system/vold && mma Change-Id: I3c14cfcf80f29173669409df548af84c1b39b96d Merged-In: I3c14cfcf80f29173669409df548af84c1b39b96d --- cryptfs.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cryptfs.cpp b/cryptfs.cpp index c152631..e8bf3aa 100644 --- a/cryptfs.cpp +++ b/cryptfs.cpp @@ -33,20 +33,20 @@ #include "VolumeManager.h" #include "secontext.h" +#include #include +#include +#include +#include #include #include +#include #include +#include #include #include #include #include -#include "android-base/properties.h" -#include "cutils/android_reboot.h" -#include "cutils/log.h" -#include "cutils/properties.h" -#include "f2fs_sparseblock.h" -#include "hardware_legacy/power.h" #include #include