From: Julian Smart Date: Fri, 9 Nov 2007 10:10:35 +0000 (+0000) Subject: Removed redundant iostream inclusion X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/36333d9ea47e9455e2160c290f590c4aa0b84b9f Removed redundant iostream inclusion git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/gtk/listbox.cpp b/src/gtk/listbox.cpp index 81f2e12471..ac6c9272e2 100644 --- a/src/gtk/listbox.cpp +++ b/src/gtk/listbox.cpp @@ -206,7 +206,6 @@ static void gtk_tree_entry_destroy_cb(GtkTreeEntry* entry, //----------------------------------------------------------------------------- // Sorting callback (standard CmpNoCase return value) //----------------------------------------------------------------------------- -#include extern "C" { static gint gtk_listbox_sort_callback(GtkTreeModel * WXUNUSED(model),