diff options
author | TingPing <tngpng@gmail.com> | 2013-04-02 22:39:17 -0700 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-04-02 22:39:17 -0700 |
commit | 8b72d53dcc401ac622e204f720d4bd602c1dc291 (patch) | |
tree | 8f400553cbb6d468f69c4c39967f262e3bc5406c /src/common/util.c | |
parent | b5fef8d0e20c45f2643f3b9fbf28749b5f93b4b6 (diff) | |
parent | ef4aa16730c269f0ebb3b9657ecaef9acd5d07a2 (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/util.c')
-rw-r--r-- | src/common/util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/util.c b/src/common/util.c index b9c69a44..9ce23879 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -48,7 +48,6 @@ #include <errno.h> #include "hexchat.h" #include "hexchatc.h" -#include <glib.h> #include <ctype.h> #include "util.h" |