commit bae5a785b35b7aa3be0d0598c75012fd7da1f56f
Author: Alexander Huemer <[email protected]>
AuthorDate: Sun Nov 22 02:42:20 2015 +0100
Commit: Christoph Lohmann <[email protected]>
CommitDate: Sun Nov 22 12:34:54 2015 +0100
remove duplicate header inclusion of string.h
Signed-off-by: Christoph Lohmann <[email protected]>
diff --git a/surf.c b/surf.c
index d36053e..ae92188 100644
--- a/surf.c
+++ b/surf.c
@@ -24,7 +24,6 @@
#include <stdarg.h>
#include <regex.h>
#include <pwd.h>
-#include <string.h>
#include "arg.h"