bfqio: Use pragma once for include guard

Change-Id: I53a8ee558beeb115fa08905a8dc2cda64c1d2de5
This commit is contained in:
Ethan Chen 2018-01-08 22:50:45 -08:00 committed by Bruno Martins
parent 32e4e79dfa
commit 0500ba8a0b

View file

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