mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-09 14:17:10 +01: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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user