projects
/
vms-empire.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
980838d
)
Clean up declarations.
author
Eric S. Raymond
<esr@thyrsus.com>
Fri, 23 Aug 2013 14:46:47 +0000
(10:46 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Fri, 23 Aug 2013 14:46:47 +0000
(10:46 -0400)
util.c
patch
|
blob
|
history
diff --git
a/util.c
b/util.c
index
8116423
..
f487790
100644
(file)
--- a/
util.c
+++ b/
util.c
@@
-12,14
+12,11
@@
util.c -- various utility routines.
#include <stdio.h>
#include <stdlib.h>
#include <curses.h> /* Ugh...shouldn't be needed here */
-#include <ctype.h>
#include <signal.h>
-#include "empire.h"
-#include "extern.h"
-
#include <sys/types.h>
#include <unistd.h>
-#include <ctype.h>
+#include "empire.h"
+#include "extern.h"
/*
Report a bug.