diff options
Diffstat (limited to '')
-rw-r--r-- | adb_install.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/adb_install.cpp b/adb_install.cpp index 9e605e2d5..ebd4cac00 100644 --- a/adb_install.cpp +++ b/adb_install.cpp @@ -30,10 +30,8 @@ #include "install.h" #include "common.h" #include "adb_install.h" -extern "C" { #include "minadbd/fuse_adb_provider.h" #include "fuse_sideload.h" -} static RecoveryUI* ui = NULL; |