Merge pull request #99 from ericwa/master

Remove includes of glib/gconvert.h and glib/gmem.h; only include toplevel glib.h
This commit is contained in:
Timothee "TTimo" Besset 2012-07-21 09:41:05 -07:00
commit 7eeb79d0c3
1 changed files with 0 additions and 2 deletions

View File

@ -44,8 +44,6 @@
// utf8 conversion // utf8 conversion
#include <glib.h> #include <glib.h>
#include <glib/gconvert.h>
#include <glib/gmem.h>
#ifdef WIN32 #ifdef WIN32
HWND hwndOut = NULL; HWND hwndOut = NULL;