summaryrefslogtreecommitdiffstats
path: root/roots.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2015-07-14 03:00:26 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-07-14 03:00:27 +0200
commit0bacbfd03c866b9078f86216e6786da91238ac91 (patch)
tree47a62ed3cf643578280ddb1982599ed8345dd071 /roots.cpp
parentMerge "Revert "Zero blocks before BLKDISCARD"" (diff)
parentrecovery: Switch applypatch/ and updater/ to cpp. (diff)
downloadandroid_bootable_recovery-0bacbfd03c866b9078f86216e6786da91238ac91.tar
android_bootable_recovery-0bacbfd03c866b9078f86216e6786da91238ac91.tar.gz
android_bootable_recovery-0bacbfd03c866b9078f86216e6786da91238ac91.tar.bz2
android_bootable_recovery-0bacbfd03c866b9078f86216e6786da91238ac91.tar.lz
android_bootable_recovery-0bacbfd03c866b9078f86216e6786da91238ac91.tar.xz
android_bootable_recovery-0bacbfd03c866b9078f86216e6786da91238ac91.tar.zst
android_bootable_recovery-0bacbfd03c866b9078f86216e6786da91238ac91.zip
Diffstat (limited to 'roots.cpp')
-rw-r--r--roots.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/roots.cpp b/roots.cpp
index 2bd457efe..9288177e7 100644
--- a/roots.cpp
+++ b/roots.cpp
@@ -30,10 +30,8 @@
#include "roots.h"
#include "common.h"
#include "make_ext4fs.h"
-extern "C" {
#include "wipe.h"
#include "cryptfs.h"
-}
static struct fstab *fstab = NULL;