From 0500ba8a0b85eb4dc7c8a8e848c2777d3fa9b853 Mon Sep 17 00:00:00 2001 From: Ethan Chen Date: Mon, 8 Jan 2018 22:50:45 -0800 Subject: [PATCH] bfqio: Use pragma once for include guard Change-Id: I53a8ee558beeb115fa08905a8dc2cda64c1d2de5 --- libbfqio/include/bfqio/bfqio.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/libbfqio/include/bfqio/bfqio.h b/libbfqio/include/bfqio/bfqio.h index eebd66e6..14392d94 100644 --- a/libbfqio/include/bfqio/bfqio.h +++ b/libbfqio/include/bfqio/bfqio.h @@ -14,8 +14,7 @@ * limitations under the License. */ -#ifndef __BFQIO_H -#define __BFQIO_H +#pragma once #ifdef __cplusplus extern "C" { @@ -26,5 +25,3 @@ int android_set_rt_ioprio(int pid, int rt); #ifdef __cplusplus } #endif - -#endif /* __BFQIO_H */