projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
803fbeb
)
Minimize the include
author
markus schnalke
<meillo@marmaro.de>
Fri, 10 Apr 2015 08:59:30 +0000
(10:59 +0200)
committer
markus schnalke
<meillo@marmaro.de>
Fri, 10 Apr 2015 08:59:30 +0000
(10:59 +0200)
It's not necessary to include <h/signals.h>, <signal.h> is enough.
uip/mhparse.c
patch
|
blob
|
history
diff --git
a/uip/mhparse.c
b/uip/mhparse.c
index
0fbe33f
..
e83932c
100644
(file)
--- a/
uip/mhparse.c
+++ b/
uip/mhparse.c
@@
-8,7
+8,7
@@
#include <h/mh.h>
#include <fcntl.h>
-#include <h/signals.h>
+#include <signal.h>
#include <errno.h>
#include <h/tws.h>
#include <h/mime.h>