FULLPIPE: Use consistent include guard

This commit is contained in:
Eugene Sandulenko 2013-09-06 14:57:49 +03:00
parent 8b885d4c7e
commit 0f1cc86896

View File

@ -20,8 +20,8 @@
*
*/
#ifndef FULLPIPE_H
#define FULLPIPE_H
#ifndef FULLPIPE_FULLPIPE_H
#define FULLPIPE_FULLPIPE_H
#include "common/scummsys.h"
#include "common/events.h"
@ -238,4 +238,4 @@ extern Vars *g_vars;
} // End of namespace Fullpipe
#endif /* FULLPIPE_H */
#endif /* FULLPIPE_FULLPIPE_H */