projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86ecd3f
)
Don't use <string.h>.
author
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 31 Aug 2004 01:04:27 +0000
(
01:04
+0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 31 Aug 2004 01:04:27 +0000
(
01:04
+0000)
src/devices/vga.c
patch
|
blob
|
history
diff --git
a/src/devices/vga.c
b/src/devices/vga.c
index 7261fc47ae03229634228e830ec0dfc8eea8eab9..28235af6141a0fd7ed6a57298ede87471ec4e542 100644
(file)
--- a/
src/devices/vga.c
+++ b/
src/devices/vga.c
@@
-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;