From 36333d9ea47e9455e2160c290f590c4aa0b84b9f Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Fri, 9 Nov 2007 10:10:35 +0000 Subject: [PATCH] Removed redundant iostream inclusion git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/listbox.cpp | 1 - 1 file changed, 1 deletion(-) 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), -- 2.45.2