diff options
author | Roy Marples <roy@marples.name> | 2007-12-19 14:08:33 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-12-19 14:08:33 +0000 |
commit | bc9cc3dfb5c27d30964dc497d7559c134f3893ef (patch) | |
tree | 529ff1a62680d0811ba510c63ec60fa149b33824 /src | |
parent | 4022522a81852d845ec8479d229b915d293c97d6 (diff) |
No need for that include
Diffstat (limited to 'src')
-rw-r--r-- | src/rc-misc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rc-misc.h b/src/rc-misc.h index c9f699eb..70ddd976 100644 --- a/src/rc-misc.h +++ b/src/rc-misc.h @@ -35,7 +35,6 @@ #include <sys/stat.h> #include <errno.h> #include <stdbool.h> -#include <string.h> #ifndef LIB # define LIB "lib" |