output_latch.h: Rename the include guard macro while I'm at this (nw)

This commit is contained in:
AJR 2018-05-02 00:11:12 -04:00
parent 20f49a2f4e
commit 7c8d486909

View File

@ -1,7 +1,7 @@
// license:BSD-3-Clause
// copyright-holders:smf
#ifndef MAME_MACHINE_LATCH_H
#define MAME_MACHINE_LATCH_H
#ifndef MAME_MACHINE_OUTPUT_LATCH_H
#define MAME_MACHINE_OUTPUT_LATCH_H
#pragma once
@ -52,4 +52,4 @@ private:
DECLARE_DEVICE_TYPE(OUTPUT_LATCH, output_latch_device)
#endif // MAME_MACHINE_LATCH_H
#endif // MAME_MACHINE_OUTPUT_LATCH_H