Skip to content

Commit 5d973eb

Browse files
committed
Remove #pragma once
1 parent b494e27 commit 5d973eb

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

src/ic3/aux_types.hh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ Author: Eugene Goldberg, [email protected]
66
77
******************************************************/
88

9-
#pragma once
10-
119
#include <queue>
1210
#include <string>
1311

src/ic3/dnf_io.hh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Author: Eugene Goldberg, [email protected]
77
88
******************************************************/
99

10-
#pragma once
10+
#ifndef DNF_IO_HH
11+
#define DNF_IO_HH
1112

1213
#include <deque>
1314
#include <iosfwd>
@@ -73,4 +74,4 @@ void print_srt_dnf(DNF &D);
7374
void fprint_srt_dnf(DNF &D,char *fname);
7475
void fprint_srt_dnf(DNF &D,const char *fname);
7576

76-
77+
#endif

src/ic3/seq_circ/ccircuit.hh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ Author: Eugene Goldberg, [email protected]
77
88
******************************************************/
99

10-
#pragma once
11-
1210
#include "dnf_io.hh"
1311

1412
struct ConstrGateInfo {

0 commit comments

Comments
 (0)