commit | 007de98f69b1310f33a8baee008533b28d251cca | [log] [tgz] |
---|---|---|
author | Ethan Yonker <dees_troy@teamw.in> | Fri Aug 31 14:23:16 2018 -0500 |
committer | Ethan Yonker <dees_troy@teamw.in> | Fri Aug 31 14:24:41 2018 -0500 |
tree | 7dc4b553d0baa46f3f5e661d96f9d31b8fff6d75 | |
parent | e9afc3de0fe1df795cc2f8cfab489177252812be [diff] |
Fix header file for property_get Change-Id: Id8a8c0e2b5a0a6d5b656fe8f517ded5df512b1a1
diff --git a/partition.cpp b/partition.cpp index dfa57fa..e7b3d2d 100644 --- a/partition.cpp +++ b/partition.cpp
@@ -31,10 +31,7 @@ #include <sys/param.h> #include <fcntl.h> -#ifdef TW_INCLUDE_CRYPTO - #include "cutils/properties.h" -#endif - +#include "cutils/properties.h" #include "libblkid/include/blkid.h" #include "variables.h" #include "twcommon.h"