pragma once

Signed-off-by: James Cherry <[email protected]>
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
+1 -3
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