From cbc80ba9d839675a0c4891e2ab33f39ba51b04b2 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 13 Feb 2018 14:26:29 -0800 Subject: Switch the rest of our internal headers to #pragma once. We've been using #pragma once for new internal files, but let's be more bold. Bug: N/A Test: builds Change-Id: I7e2ee2730043bd884f9571cdbd8b524043030c07 --- linker/linker_logger.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'linker/linker_logger.h') diff --git a/linker/linker_logger.h b/linker/linker_logger.h index 3e53f7404..9ce438eae 100644 --- a/linker/linker_logger.h +++ b/linker/linker_logger.h @@ -26,8 +26,7 @@ * SUCH DAMAGE. */ -#ifndef _LINKER_LOGGER_H_ -#define _LINKER_LOGGER_H_ +#pragma once #include #include @@ -61,5 +60,3 @@ extern char** g_argv; // If the system property debug.ld.greylist_disabled is true, we'll not use the greylist // regardless of API level. extern bool g_greylist_disabled; - -#endif /* _LINKER_LOGGER_H_ */ -- cgit v1.2.3