Mercurial > pidgin
changeset 32437:5dea9a26078d
Use internal.h for less (conditional) #includes.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Wed, 04 Jan 2012 00:14:51 +0000 |
parents | 34f778db624f |
children | f789627c4f0d |
files | pidgin/gtkwebview.c |
diffstat | 1 files changed, 2 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkwebview.c Wed Jan 04 00:00:42 2012 +0000 +++ b/pidgin/gtkwebview.c Wed Jan 04 00:14:51 2012 +0000 @@ -25,19 +25,10 @@ * */ -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif +#include "internal.h" +#include "pidgin.h" -#include <ctype.h> -#include <string.h> -#include <glib.h> -#include <glib/gstdio.h> -#include <JavaScriptCore/JavaScript.h> - -#include "util.h" #include "gtkwebview.h" -#include "imgstore.h" static WebKitWebViewClass *parent_class = NULL;