summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-03-29 23:43:09 +0100
committerTao Bao <tbao@google.com>2019-03-29 23:50:02 +0100
commitbc982a4f8845e5fa0cd2630ddcc3d8f70066b083 (patch)
treed95e3fdd35b47bb80c6b06bd65344c1eb2582afb /common.h
parentMerge "Move install to separate module" (diff)
downloadandroid_bootable_recovery-bc982a4f8845e5fa0cd2630ddcc3d8f70066b083.tar
android_bootable_recovery-bc982a4f8845e5fa0cd2630ddcc3d8f70066b083.tar.gz
android_bootable_recovery-bc982a4f8845e5fa0cd2630ddcc3d8f70066b083.tar.bz2
android_bootable_recovery-bc982a4f8845e5fa0cd2630ddcc3d8f70066b083.tar.lz
android_bootable_recovery-bc982a4f8845e5fa0cd2630ddcc3d8f70066b083.tar.xz
android_bootable_recovery-bc982a4f8845e5fa0cd2630ddcc3d8f70066b083.tar.zst
android_bootable_recovery-bc982a4f8845e5fa0cd2630ddcc3d8f70066b083.zip
Diffstat (limited to 'common.h')
-rw-r--r--common.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/common.h b/common.h
index 22b2f0a0d..9cb44bd37 100644
--- a/common.h
+++ b/common.h
@@ -14,11 +14,7 @@
* limitations under the License.
*/
-#ifndef RECOVERY_COMMON_H
-#define RECOVERY_COMMON_H
-
-#include <stdarg.h>
-#include <stdio.h>
+#pragma once
#include <string>
@@ -39,9 +35,6 @@ extern std::string stage;
// The reason argument provided in "--reason=".
extern const char* reason;
-void ui_print(const char* format, ...) __printflike(1, 2);
-
bool is_ro_debuggable();
bool SetUsbConfig(const std::string& state);
-#endif // RECOVERY_COMMON_H