commit | 0500ba8a0b85eb4dc7c8a8e848c2777d3fa9b853 | [log] [tgz] |
---|---|---|
author | Ethan Chen <intervigil@gmail.com> | Mon Jan 08 22:50:45 2018 -0800 |
committer | Bruno Martins <bgcngm@gmail.com> | Wed Jan 10 12:04:34 2018 +0000 |
tree | 8753c8b49574c5e9032026803dc52b131d9607d3 | |
parent | 32e4e79dfa9148e60b1ba7bc52a079477084310e [diff] [blame] |
bfqio: Use pragma once for include guard Change-Id: I53a8ee558beeb115fa08905a8dc2cda64c1d2de5
diff --git a/libbfqio/include/bfqio/bfqio.h b/libbfqio/include/bfqio/bfqio.h index eebd66e..14392d9 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 @@ #ifdef __cplusplus } #endif - -#endif /* __BFQIO_H */