pidgin: c42a020b: Use internal.h for less (conditional) #i...

qulogic at pidgin.im qulogic at pidgin.im
Wed Jan 4 02:08:48 EST 2012


----------------------------------------------------------------------
Revision: c42a020b96e47b7e4b3e9e355aa5e652d8ab4de7
Parent:   0117b20729c67d900f774d5dbe6c198f2524d468
Author:   qulogic at pidgin.im
Date:     01/03/12 19:14:51
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/c42a020b96e47b7e4b3e9e355aa5e652d8ab4de7

Changelog: 

Use internal.h for less (conditional) #includes.

Changes against parent 0117b20729c67d900f774d5dbe6c198f2524d468

  patched  pidgin/gtkwebview.c

-------------- next part --------------
============================================================
--- pidgin/gtkwebview.c	2875ebc389920b4d99bad1ad3cdf231dede33c07
+++ pidgin/gtkwebview.c	f7dfc511858ec73ed47ffebc34af6c24309de51f
@@ -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;
 


More information about the Commits mailing list