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
This commit is contained in:
parent
862eef7ace
commit
196d5850f2
1 changed files with 6 additions and 6 deletions
12
cryptfs.cpp
12
cryptfs.cpp
|
@ -33,20 +33,20 @@
|
|||
#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.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>
|
||||
|
|
Loading…
Reference in a new issue