summary refs log tree commit diff stats
path: root/src/common/text.c
diff options
context:
space:
mode:
authorTingPing <tngpng@gmail.com>2013-04-02 22:39:17 -0700
committerTingPing <tngpng@gmail.com>2013-04-02 22:39:17 -0700
commit8b72d53dcc401ac622e204f720d4bd602c1dc291 (patch)
tree8f400553cbb6d468f69c4c39967f262e3bc5406c /src/common/text.c
parentb5fef8d0e20c45f2643f3b9fbf28749b5f93b4b6 (diff)
parentef4aa16730c269f0ebb3b9657ecaef9acd5d07a2 (diff)
Merge pull request #496 from bviktor/toplevel-includes
Only include top level includes from GTK+, GLib and GDK-PixBuf Closes #486
Diffstat (limited to 'src/common/text.c')
-rw-r--r--src/common/text.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/text.c b/src/common/text.c
index 8196cc03..96fdacd0 100644
--- a/src/common/text.c
+++ b/src/common/text.c
@@ -33,7 +33,6 @@
 #endif
 
 #include "hexchat.h"
-#include <glib.h>
 #include "cfgfiles.h"
 #include "chanopt.h"
 #include "plugin.h"