aboutsummaryrefslogtreecommitdiff
path: root/ls_vec.h
diff options
context:
space:
mode:
authorLion Kortlepel <[email protected]>2026-01-15 23:08:08 +0100
committerLion Kortlepel <[email protected]>2026-01-15 23:08:08 +0100
commit59a051111bd29994dcf1613d913d30b74640d03f (patch)
treea98152ef0349dfaa9fc64a68a759fca7369fd9d7 /ls_vec.h
parent2fd5c2bdf7c025d6fa64a2991b386278711f746e (diff)
downloadvec-59a051111bd29994dcf1613d913d30b74640d03f.tar.zst
vec-59a051111bd29994dcf1613d913d30b74640d03f.zip
chore: cleanup doc comments
Diffstat (limited to 'ls_vec.h')
-rw-r--r--ls_vec.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/ls_vec.h b/ls_vec.h
index a17a02c..8a72315 100644
--- a/ls_vec.h
+++ b/ls_vec.h
@@ -1,10 +1,3 @@
-#pragma once
-
-#include <stddef.h>
-#include <stdint.h>
-#include <stdlib.h>
-#include <string.h>
-
/* Lion's Standard (LS) type-safe ANSI C vector.
*
* Version: 1.0
@@ -100,6 +93,12 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
+#pragma once
+
+#include <stddef.h>
+#include <stdint.h>
+#include <stdlib.h>
+#include <string.h>
#ifndef LS_REALLOC
#define LS_REALLOC realloc