remove duplicate header inclusion of string.h

Signed-off-by: Christoph Lohmann <20h@r-36.net>
This commit is contained in:
Alexander Huemer 2015-11-22 02:42:20 +01:00 committed by Christoph Lohmann
parent b7a359a84f
commit bae5a785b3

1
surf.c
View file

@ -24,7 +24,6 @@
#include <stdarg.h> #include <stdarg.h>
#include <regex.h> #include <regex.h>
#include <pwd.h> #include <pwd.h>
#include <string.h>
#include "arg.h" #include "arg.h"