mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 11:55:24 +00:00
Fixed inconsistent include guard
This commit is contained in:
parent
a215d05db8
commit
d0285edcb7
@ -11,8 +11,8 @@
|
||||
* under the terms of the GNU General Public License version 2.
|
||||
*/
|
||||
|
||||
#ifndef _NOUX__VDS_IO_CHANNEL_H_
|
||||
#define _NOUX__VDS_IO_CHANNEL_H_
|
||||
#ifndef _NOUX__VFS_IO_CHANNEL_H_
|
||||
#define _NOUX__VFS_IO_CHANNEL_H_
|
||||
|
||||
/* Noux includes */
|
||||
#include <io_channel.h>
|
||||
@ -99,4 +99,4 @@ namespace Noux {
|
||||
};
|
||||
}
|
||||
|
||||
#endif /* _NOUX__VDS_IO_CHANNEL_H_ */
|
||||
#endif /* _NOUX__VFS_IO_CHANNEL_H_ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user