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
gugelfrei
Logan Chien 6 years ago
parent 862eef7ace
commit 196d5850f2

@ -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…
Cancel
Save