Don't use <string.h>.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 31 Aug 2004 01:04:27 +0000 (01:04 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 31 Aug 2004 01:04:27 +0000 (01:04 +0000)
src/devices/vga.c

index 7261fc47ae03229634228e830ec0dfc8eea8eab9..28235af6141a0fd7ed6a57298ede87471ec4e542 100644 (file)
@@ -1,8 +1,8 @@
 #include "vga.h"
 #include <stdint.h>
 #include <stddef.h>
-#include <string.h>
 #include "io.h"
+#include "lib.h"
 #include "mmu.h"
 
 static size_t vga_cols, vga_rows;