From 394e580dfdb04342c2e457ced400908e4dd5c88e Mon Sep 17 00:00:00 2001
From: Matthew Barnes <mbarnes@redhat.com>
Date: Sat, 28 May 2011 10:18:56 -0400
Subject: Including <glib.h> directly is rarely needed.

---
 e-util/e-html-utils.c | 1 -
 1 file changed, 1 deletion(-)

(limited to 'e-util/e-html-utils.c')

diff --git a/e-util/e-html-utils.c b/e-util/e-html-utils.c
index e2cdd8f6b5..10e3519865 100644
--- a/e-util/e-html-utils.c
+++ b/e-util/e-html-utils.c
@@ -27,7 +27,6 @@
 #include <ctype.h>
 #include <stdio.h>
 #include <string.h>
-#include <glib.h>
 
 #include "e-html-utils.h"
 
-- 
cgit