From 642c9d5b826eb6acd824f2036d5693ba929adee8 Mon Sep 17 00:00:00 2001 From: mchinen Date: Sat, 10 Mar 2012 10:54:21 +0000 Subject: [PATCH] Remove glib included that conflicts with wxGTK for new glib versions. This glib header is not needed here. Patch by David Timms --- src/AudacityApp.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/AudacityApp.cpp b/src/AudacityApp.cpp index 209f3821a..bc30e3abc 100644 --- a/src/AudacityApp.cpp +++ b/src/AudacityApp.cpp @@ -406,7 +406,6 @@ void SaveWindowSize() * Happily we can avoid the hack, as we only need some of the headers, not * the full GTK headers */ -#include #include typedef struct _GnomeProgram GnomeProgram;