summaryrefslogtreecommitdiff
path: root/ext4_utils/ext4_crypt.cpp
diff options
context:
space:
mode:
authorPaul Lawrence <paullawrence@google.com>2016-02-04 10:37:13 -0800
committerPaul Lawrence <paullawrence@google.com>2016-02-04 10:37:13 -0800
commit59ffd6d9c7dd3ddaa036956d89c3e4d416769bf6 (patch)
tree7e95831325d5923088776e8365fb2a813ab5443b /ext4_utils/ext4_crypt.cpp
parent737bcfc0980573db6c83e270e5c20d92d3704dff (diff)
downloadextras-59ffd6d9c7dd3ddaa036956d89c3e4d416769bf6.tar.gz
Remove unencrypted properties
Change-Id: I59596be7c7df9151f4966a5051f06bcb087345dd
Diffstat (limited to 'ext4_utils/ext4_crypt.cpp')
-rw-r--r--ext4_utils/ext4_crypt.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext4_utils/ext4_crypt.cpp b/ext4_utils/ext4_crypt.cpp
index 2ffbe8be..4000447a 100644
--- a/ext4_utils/ext4_crypt.cpp
+++ b/ext4_utils/ext4_crypt.cpp
@@ -19,8 +19,6 @@
#include <cutils/klog.h>
-#include "unencrypted_properties.h"
-
#define XATTR_NAME_ENCRYPTION_POLICY "encryption.policy"
#define EXT4_KEYREF_DELIMITER ((char)'.')