Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e35e4e4e authored by Tom Cherry's avatar Tom Cherry
Browse files

fs_mgr: fix header ordering

A merge conflict resolution un-alphabetized the order of these
headers; this commit puts them back in order.

Change-Id: I13c26fbb8f88fe2ce0b332721235b3e4eba7deaf
parent 5dd53bf4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,8 +31,8 @@

#include <android-base/file.h>
#include <android-base/strings.h>
#include <crypto_utils/android_pubkey.h>
#include <android-base/unique_fd.h>
#include <crypto_utils/android_pubkey.h>
#include <cutils/properties.h>
#include <logwrap/logwrap.h>
#include <openssl/obj_mac.h>