]> foleosoft.com Git - QAnsel.git/commitdiff
Tue Jan 21 06:54:58 PM EST 2025
authorserver <[email protected]>
Tue, 21 Jan 2025 23:54:58 +0000 (18:54 -0500)
committerserver <[email protected]>
Tue, 21 Jan 2025 23:54:58 +0000 (18:54 -0500)
src/complex.h
src/hardware.h
src/kernel.h

index dd51cea560bdd1495ee95c75338e11891244ff85..f9b2f8c46227c4599a64cb47f666357698ba76d3 100644 (file)
@@ -4,7 +4,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <stddef.h>
 #include <math.h>
 #include "hardware.h"
 #include "kernel.h"
index 934ee47d69f5358099aba0710ba06b5f6133b43a..2b62b5c1e9085ccda4c99be2b23e9b0d553350fa 100644 (file)
@@ -2,7 +2,6 @@
 #define __HARDWARE_H__
 
 #include <stdlib.h>
-#include <stddef.h>
 #if defined(_WIN32) || defined(_WIN64)
 #include <windows.h>
 #elif defined(__linux__)
index c933638578462b28d023bf98f3b7074a2e080c08..a9dcc1b146a57c9aaf6daf01c505b216bc56abd5 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __KERNEL_H__
 #define __KERNEL_H__
 
-#include <stddef.h>
+#include <stdio.h>
 
 void kernel_dot
 (