mirror of
https://github.com/holub/mame
synced 2025-06-06 21:03:47 +03:00
amiga/gayle: Fix include guard after move
This commit is contained in:
parent
9f159066a6
commit
ce650597a6
@ -53,8 +53,8 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef MAME_MACHINE_GAYLE_H
|
||||
#define MAME_MACHINE_GAYLE_H
|
||||
#ifndef MAME_AMIGA_GAYLE_H
|
||||
#define MAME_AMIGA_GAYLE_H
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -155,4 +155,4 @@ private:
|
||||
// device type definition
|
||||
DECLARE_DEVICE_TYPE(GAYLE, gayle_device)
|
||||
|
||||
#endif // MAME_MACHINE_GAYLE_H
|
||||
#endif // MAME_AMIGA_GAYLE_H
|
||||
|
Loading…
Reference in New Issue
Block a user