[hackers] [surf] Remove unncessary includes. || Christoph Lohmann

From: <git_AT_suckless.org>
Date: Thu, 17 Dec 2015 23:39:28 +0100 (CET)

commit cd7f8317763ef39cc6c832151196140ceaae0f5b
Author: Christoph Lohmann <20h_AT_r-36.net>
AuthorDate: Thu Dec 17 23:38:51 2015 +0100
Commit: Christoph Lohmann <20h_AT_r-36.net>
CommitDate: Thu Dec 17 23:38:51 2015 +0100

    Remove unncessary includes.

diff --git a/surf.c b/surf.c
index 42a602b..f2170a4 100644
--- a/surf.c
+++ b/surf.c
_AT_@ -17,7 +17,6 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <webkit/webkit.h>
-#include <glib/gstdio.h>
 #include <JavaScriptCore/JavaScript.h>
 #include <sys/file.h>
 #include <libgen.h>
_AT_@ -25,8 +24,7 @@
 #include <regex.h>
 #include <pwd.h>
 #include <glib.h>
-#include <lib/gprintf.h>
-#include <gio/gio.h>
+#include <glib/gstdio.h>
 
 #include "arg.h"
 
Received on Thu Dec 17 2015 - 23:39:28 CET

This archive was generated by hypermail 2.3.0 : Thu Dec 17 2015 - 23:48:20 CET