Fix include order
Change-Id: Id839cc52801f3d0fce2d46faecf813812613e431 Test: None
This commit is contained in:
parent
a48730a0fd
commit
d2906b8b5f
1 changed files with 2 additions and 2 deletions
|
@ -16,10 +16,10 @@
|
|||
|
||||
#include "KeyStorage.h"
|
||||
|
||||
#include "Checkpoint.h"
|
||||
#include "Keymaster.h"
|
||||
#include "ScryptParameters.h"
|
||||
#include "Utils.h"
|
||||
#include "Checkpoint.h"
|
||||
|
||||
#include <thread>
|
||||
#include <vector>
|
||||
|
@ -37,8 +37,8 @@
|
|||
|
||||
#include <android-base/file.h>
|
||||
#include <android-base/logging.h>
|
||||
#include <android-base/unique_fd.h>
|
||||
#include <android-base/properties.h>
|
||||
#include <android-base/unique_fd.h>
|
||||
|
||||
#include <cutils/properties.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue