Upstream #include "KeyUtil.h" breaks fs_mgr_format.cpp
Partner changes caused build break (details in the
bug). This change removes the unused partner changes.
Bug: 150246237
Change-Id: I291c862499a43f1376866aac0b3908048832e65e
diff --git a/KeyStorage.h b/KeyStorage.h
index 2d72ade..b4645b8 100644
--- a/KeyStorage.h
+++ b/KeyStorage.h
@@ -17,9 +17,8 @@
#ifndef ANDROID_VOLD_KEYSTORAGE_H
#define ANDROID_VOLD_KEYSTORAGE_H
-#include "Keymaster.h"
#include "KeyBuffer.h"
-#include <cutils/multiuser.h>
+
#include <string>
namespace android {