remove duplicate header inclusion of string.h - surf - Surf web browser.
       
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit bae5a785b35b7aa3be0d0598c75012fd7da1f56f
 (DIR) parent b7a359a84fa17569435bf698ca1f2ec81c57e001
 (HTM) Author: Alexander Huemer <alexander.huemer@xx.vu>
       Date:   Sun, 22 Nov 2015 02:42:20 +0100
       
       remove duplicate header inclusion of string.h
       
       Signed-off-by: Christoph Lohmann <20h@r-36.net>
       
       Diffstat:
         surf.c                              |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git 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"