Fix include order

Change-Id: Id839cc52801f3d0fce2d46faecf813812613e431
Test: None
This commit is contained in:
Daniel Rosenberg 2019-06-07 14:18:14 -07:00
parent a48730a0fd
commit d2906b8b5f

View file

@ -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>