OSDN Git Service

Replace library headers with angle quotations
authorLogan Chien <loganchien@google.com>
Wed, 2 May 2018 03:39:03 +0000 (11:39 +0800)
committerLogan Chien <loganchien@google.com>
Wed, 2 May 2018 04:10:16 +0000 (12:10 +0800)
This commit replaces the double quotations for library headers with
angle quotations.

Test: cd system/vold && mma
Change-Id: I3c14cfcf80f29173669409df548af84c1b39b96d

cryptfs.cpp

index 18f6b83..5c2b3e8 100644 (file)
 #include "VolumeManager.h"
 #include "secontext.h"
 
+#include <android-base/properties.h>
 #include <bootloader_message/bootloader_message.h>
+#include <cutils/android_reboot.h>
+#include <cutils/log.h>
+#include <cutils/properties.h>
 #include <ext4_utils/ext4_crypt.h>
 #include <ext4_utils/ext4_utils.h>
+#include <f2fs_sparseblock.h>
 #include <fs_mgr.h>
+#include <hardware_legacy/power.h>
 #include <logwrap/logwrap.h>
 #include <openssl/evp.h>
 #include <openssl/sha.h>
 #include <selinux/selinux.h>
-#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 <ctype.h>
 #include <errno.h>