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"