mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 15:48:48 +00:00
FULLPIPE: Use consistent include guard
This commit is contained in:
parent
8b885d4c7e
commit
0f1cc86896
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user