diff options
| author | Christoph Lohmann <20h@r-36.net> | 2015-12-17 23:38:51 +0100 |
|---|---|---|
| committer | Christoph Lohmann <20h@r-36.net> | 2015-12-17 23:38:51 +0100 |
| commit | cd7f8317763ef39cc6c832151196140ceaae0f5b (patch) | |
| tree | 926a269bf5b8b922e731085180901482f1d2caaa | |
| parent | 86efaf80936cebba56ec3e88db61c786c608c885 (diff) | |
| download | surf-cd7f8317763ef39cc6c832151196140ceaae0f5b.tar.gz surf-cd7f8317763ef39cc6c832151196140ceaae0f5b.tar.bz2 surf-cd7f8317763ef39cc6c832151196140ceaae0f5b.zip | |
Remove unncessary includes.
| -rw-r--r-- | surf.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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> @@ -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" |
