netlist: remove pragma once. (nw)

Only used inconsistently in the code. May as well go.
This commit is contained in:
couriersud 2019-11-03 15:26:37 +01:00
parent 34ccb11c53
commit 5383dd355c
8 changed files with 0 additions and 18 deletions

View File

@ -5,8 +5,6 @@
* *
*/ */
//#pragma once
#ifndef NLD_OPAMPS_H_ #ifndef NLD_OPAMPS_H_
#define NLD_OPAMPS_H_ #define NLD_OPAMPS_H_

View File

@ -5,8 +5,6 @@
* *
*/ */
#pragma once
#ifndef NLD_SWITCHES_H_ #ifndef NLD_SWITCHES_H_
#define NLD_SWITCHES_H_ #define NLD_SWITCHES_H_

View File

@ -8,8 +8,6 @@
* *
*/ */
#pragma once
#ifndef NLD_LEGACY_H_ #ifndef NLD_LEGACY_H_
#define NLD_LEGACY_H_ #define NLD_LEGACY_H_

View File

@ -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_ */

View File

@ -5,8 +5,6 @@
* *
*/ */
#pragma once
#ifndef PLISTS_H_ #ifndef PLISTS_H_
#define PLISTS_H_ #define PLISTS_H_

View File

@ -5,8 +5,6 @@
* *
*/ */
#pragma once
#ifndef PMAIN_H_ #ifndef PMAIN_H_
#define PMAIN_H_ #define PMAIN_H_

View File

@ -5,8 +5,6 @@
* *
*/ */
#pragma once
#ifndef POPTIONS_H_ #ifndef POPTIONS_H_
#define POPTIONS_H_ #define POPTIONS_H_

View File

@ -5,8 +5,6 @@
* *
*/ */
#pragma once
#ifndef NL_CONVERT_H_ #ifndef NL_CONVERT_H_
#define NL_CONVERT_H_ #define NL_CONVERT_H_