mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
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:
commit
7eeb79d0c3
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue