mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-22 16:59:03 +00:00
base: update include guards
This patch cleans up the include guards, assisted by the tool/fix_include_ifndef script.
This commit is contained in:
committed by
Christian Helmuth
parent
6de763cb0b
commit
2e701f9afa
@ -14,8 +14,8 @@
|
||||
* under the terms of the GNU General Public License version 2.
|
||||
*/
|
||||
|
||||
#ifndef _INCLUDE__BASE_LINUX__CAPABILITY_H_
|
||||
#define _INCLUDE__BASE_LINUX__CAPABILITY_H_
|
||||
#ifndef _INCLUDE__BASE__LOCAL_CAPABILITY_H_
|
||||
#define _INCLUDE__BASE__LOCAL_CAPABILITY_H_
|
||||
|
||||
#include <base/capability.h>
|
||||
|
||||
@ -57,4 +57,4 @@ class Genode::Local_capability
|
||||
return reinterpret_cast<RPC_INTERFACE*>(c.local_name()); }
|
||||
};
|
||||
|
||||
#endif /* _INCLUDE__BASE_LINUX__CAPABILITY_H_ */
|
||||
#endif /* _INCLUDE__BASE__LOCAL_CAPABILITY_H_ */
|
||||
|
Reference in New Issue
Block a user