]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed redundant iostream inclusion
authorJulian Smart <julian@anthemion.co.uk>
Fri, 9 Nov 2007 10:10:35 +0000 (10:10 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 9 Nov 2007 10:10:35 +0000 (10:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/listbox.cpp

index 81f2e1247146f0359b4649179689fd9588ce1635..ac6c9272e26202db418c924cf3ff89c03320fd1e 100644 (file)
@@ -206,7 +206,6 @@ static void gtk_tree_entry_destroy_cb(GtkTreeEntry* entry,
 //-----------------------------------------------------------------------------
 // Sorting callback (standard CmpNoCase return value)
 //-----------------------------------------------------------------------------
-#include <iostream>
 
 extern "C" {
 static gint gtk_listbox_sort_callback(GtkTreeModel * WXUNUSED(model),