Fixed inconsistent include guard

This commit is contained in:
Norman Feske 2012-03-19 22:51:34 +01:00
parent a215d05db8
commit d0285edcb7
1 changed files with 3 additions and 3 deletions

View File

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