diff options
author | Bill Nottingham <notting@redhat.com> | 2007-12-20 16:43:06 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2007-12-20 16:43:06 -0500 |
commit | daf5c641ddfd2345aaacfe77958f4c25ecbf7d78 (patch) | |
tree | 4fe49dd04f3f3f87c4e100f8bee04bd5cf08b44a | |
parent | cbb03b2fd122726f52591917ce57976faf4f5bd2 (diff) | |
download | anaconda-daf5c641ddfd2345aaacfe77958f4c25ecbf7d78.tar.gz anaconda-daf5c641ddfd2345aaacfe77958f4c25ecbf7d78.tar.xz anaconda-daf5c641ddfd2345aaacfe77958f4c25ecbf7d78.zip |
Remove extraneous include.
-rw-r--r-- | isys/vio.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/isys/vio.c b/isys/vio.c index 0d78d6304..9b06a3eb8 100644 --- a/isys/vio.c +++ b/isys/vio.c @@ -27,8 +27,6 @@ #include <string.h> #include <unistd.h> -#include <kudzu/kudzu.h> - #if defined(__powerpc__) static int readFD (int fd, char **buf) { |