mirror of
https://github.com/holub/mame
synced 2025-10-04 08:28:39 +03:00
netlist: remove pragma once. (nw)
Only used inconsistently in the code. May as well go.
This commit is contained in:
parent
34ccb11c53
commit
5383dd355c
@ -5,8 +5,6 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//#pragma once
|
|
||||||
|
|
||||||
#ifndef NLD_OPAMPS_H_
|
#ifndef NLD_OPAMPS_H_
|
||||||
#define NLD_OPAMPS_H_
|
#define NLD_OPAMPS_H_
|
||||||
|
|
||||||
|
@ -5,8 +5,6 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
#ifndef NLD_SWITCHES_H_
|
#ifndef NLD_SWITCHES_H_
|
||||||
#define NLD_SWITCHES_H_
|
#define NLD_SWITCHES_H_
|
||||||
|
|
||||||
|
@ -8,8 +8,6 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
#ifndef NLD_LEGACY_H_
|
#ifndef NLD_LEGACY_H_
|
||||||
#define NLD_LEGACY_H_
|
#define NLD_LEGACY_H_
|
||||||
|
|
||||||
|
@ -5,12 +5,9 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//#pragma once
|
|
||||||
|
|
||||||
#ifndef NLD_SCHMITT_H_
|
#ifndef NLD_SCHMITT_H_
|
||||||
#define NLD_SCHMITT_H_
|
#define NLD_SCHMITT_H_
|
||||||
|
|
||||||
|
|
||||||
#include "netlist/nl_setup.h"
|
#include "netlist/nl_setup.h"
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------------------
|
||||||
@ -21,5 +18,4 @@
|
|||||||
NET_REGISTER_DEV(SCHMITT_TRIGGER, name) \
|
NET_REGISTER_DEV(SCHMITT_TRIGGER, name) \
|
||||||
NETDEV_PARAMI(name, MODEL, model)
|
NETDEV_PARAMI(name, MODEL, model)
|
||||||
|
|
||||||
|
|
||||||
#endif /* NLD_SCHMITT_H_ */
|
#endif /* NLD_SCHMITT_H_ */
|
||||||
|
@ -5,8 +5,6 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
#ifndef PLISTS_H_
|
#ifndef PLISTS_H_
|
||||||
#define PLISTS_H_
|
#define PLISTS_H_
|
||||||
|
|
||||||
|
@ -5,8 +5,6 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
#ifndef PMAIN_H_
|
#ifndef PMAIN_H_
|
||||||
#define PMAIN_H_
|
#define PMAIN_H_
|
||||||
|
|
||||||
|
@ -5,8 +5,6 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
#ifndef POPTIONS_H_
|
#ifndef POPTIONS_H_
|
||||||
#define POPTIONS_H_
|
#define POPTIONS_H_
|
||||||
|
|
||||||
|
@ -5,8 +5,6 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
#ifndef NL_CONVERT_H_
|
#ifndef NL_CONVERT_H_
|
||||||
#define NL_CONVERT_H_
|
#define NL_CONVERT_H_
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user