From: Guillermo Rodriguez Garcia Date: Wed, 15 Mar 2000 09:31:26 +0000 (+0000) Subject: list.h was included twice X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/896e4cbf4ddde3dbf20bde4792ce5edb9c35ea13 list.h was included twice git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6729 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/wx.h b/include/wx/wx.h index 2d40e924ec..719a25e964 100644 --- a/include/wx/wx.h +++ b/include/wx/wx.h @@ -36,7 +36,6 @@ #include "wx/dcscreen.h" #include "wx/button.h" #include "wx/menu.h" -#include "wx/list.h" #include "wx/pen.h" #include "wx/brush.h" #include "wx/palette.h"