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