bfqio: Use pragma once for include guard

Change-Id: I53a8ee558beeb115fa08905a8dc2cda64c1d2de5
gugelfrei
Ethan Chen 6 years ago committed by Bruno Martins
parent 32e4e79dfa
commit 0500ba8a0b

@ -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 */

Loading…
Cancel
Save