pragma once

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2021-07-19 19:19:26 -07:00
parent 37cd1fc6be
commit 213265e5ee
3 changed files with 3 additions and 7 deletions

View File

@ -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

View File

@ -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"

View File

@ -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 {