pragma once
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
37cd1fc6be
commit
213265e5ee
|
|
@ -6,8 +6,7 @@
|
||||||
// disclosed in any form or fashion without the express
|
// disclosed in any form or fashion without the express
|
||||||
// written consent of Parallax Software, Inc.
|
// written consent of Parallax Software, Inc.
|
||||||
|
|
||||||
#ifndef STA_ARRAY_TABLE_H
|
#pragma once
|
||||||
#define STA_ARRAY_TABLE_H
|
|
||||||
|
|
||||||
#include <string.h> // memcpy
|
#include <string.h> // memcpy
|
||||||
|
|
||||||
|
|
@ -226,4 +225,3 @@ ArrayBlock<TYPE>::~ArrayBlock()
|
||||||
}
|
}
|
||||||
|
|
||||||
} // Namespace
|
} // Namespace
|
||||||
#endif
|
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,7 @@
|
||||||
// disclosed in any form or fashion without the express
|
// disclosed in any form or fashion without the express
|
||||||
// written consent of Parallax Software, Inc.
|
// written consent of Parallax Software, Inc.
|
||||||
|
|
||||||
#ifndef STA_VERTEX_ID_H
|
#pragma once
|
||||||
#define STA_VERTEX_ID_H
|
|
||||||
|
|
||||||
#include "ObjectId.hh"
|
#include "ObjectId.hh"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,8 +14,7 @@
|
||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License
|
||||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
#ifndef STA_WRITE_SPICE_H
|
#pragma once
|
||||||
#define STA_WRITE_SPICE_H
|
|
||||||
|
|
||||||
namespace sta {
|
namespace sta {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue