BarryServer : Git

All the code for all my projects
// BarryServer : Git / Nucleus / commit / 18495cfe1cf5f7fc6f6b0c8c12d7f34dfded1be0 / drivers / devices.c

// Related

Nucleus

Barry System headers (remove libc dependency) 18495cf (3 years, 2 months ago)
diff --git a/drivers/devices.c b/drivers/devices.c
index 7e1b709..b33f79d 100644
--- a/drivers/devices.c
+++ b/drivers/devices.c
@@ -3,8 +3,8 @@
  * database and controls device initialisation.
  */
 
-#include <stdint.h>
 #include <stddef.h>
+#include <stdint.h>
 #include <nucleus/kernel.h>
 #include <nucleus/pci.h>