From 446e69bee56ce978cfb87d80a2f8c0e44ec61658 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Wed, 13 Sep 2006 15:50:26 +0000 Subject: [PATCH] don't include generic/statusbr.h directly git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/frame.cpp | 2 -- src/os2/frame.cpp | 2 -- src/palmos/frame.cpp | 2 -- 3 files changed, 6 deletions(-) diff --git a/src/msw/frame.cpp b/src/msw/frame.cpp index c31faeb708..0751c4863b 100644 --- a/src/msw/frame.cpp +++ b/src/msw/frame.cpp @@ -50,8 +50,6 @@ #include "wx/msw/winundef.h" #endif -#include "wx/generic/statusbr.h" - #ifdef __WXUNIVERSAL__ #include "wx/univ/theme.h" #include "wx/univ/colschem.h" diff --git a/src/os2/frame.cpp b/src/os2/frame.cpp index 18399f06ec..7555185986 100644 --- a/src/os2/frame.cpp +++ b/src/os2/frame.cpp @@ -36,8 +36,6 @@ #include "wx/os2/private.h" -#include "wx/generic/statusbr.h" - // ---------------------------------------------------------------------------- // globals // ---------------------------------------------------------------------------- diff --git a/src/palmos/frame.cpp b/src/palmos/frame.cpp index 827dd5a307..92e7cea81d 100644 --- a/src/palmos/frame.cpp +++ b/src/palmos/frame.cpp @@ -41,8 +41,6 @@ #include "wx/menuitem.h" #endif // WX_PRECOMP -#include "wx/generic/statusbr.h" - #ifdef __WXUNIVERSAL__ #include "wx/univ/theme.h" #include "wx/univ/colschem.h" -- 2.47.2