mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-18 15:18:20 +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
@ -11,8 +11,8 @@
|
||||
* under the terms of the GNU General Public License version 2.
|
||||
*/
|
||||
|
||||
#ifndef _INCLUDE__BASE__FLEX_ITERATOR_H
|
||||
#define _INCLUDE__BASE__FLEX_ITERATOR_H
|
||||
#ifndef _INCLUDE__UTIL__FLEX_ITERATOR_H_
|
||||
#define _INCLUDE__UTIL__FLEX_ITERATOR_H_
|
||||
|
||||
#include <base/stdint.h>
|
||||
#include <util/misc_math.h>
|
||||
@ -113,4 +113,4 @@ class Genode::Flexpage_iterator
|
||||
}
|
||||
};
|
||||
|
||||
#endif /* _INCLUDE__BASE__FLEX_ITERATOR_H */
|
||||
#endif /* _INCLUDE__UTIL__FLEX_ITERATOR_H_ */
|
||||
|
Reference in New Issue
Block a user