1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-23 15:50:05 +02:00

Remove glib included that conflicts with wxGTK for new glib versions. This glib header is not needed here. Patch by David Timms

This commit is contained in:
mchinen 2012-03-10 10:54:21 +00:00
parent 2ce94c6647
commit 642c9d5b82

View File

@ -406,7 +406,6 @@ void SaveWindowSize()
* Happily we can avoid the hack, as we only need some of the headers, not * Happily we can avoid the hack, as we only need some of the headers, not
* the full GTK headers * the full GTK headers
*/ */
#include <glib/gtypes.h>
#include <glib-object.h> #include <glib-object.h>
typedef struct _GnomeProgram GnomeProgram; typedef struct _GnomeProgram GnomeProgram;