#include moved to module.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37165 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2006-01-26 18:59:49 +00:00
parent b73e73f912
commit 95d00805e0
2 changed files with 1 additions and 2 deletions

View File

@ -12,8 +12,6 @@
#include "wx/defs.h"
#include "wx/frame.h"
#if wxUSE_BUSYINFO
class WXDLLIMPEXP_CORE wxFrame;

View File

@ -17,6 +17,7 @@
// for all others, include the necessary headers
#ifndef WX_PRECOMP
#include "wx/frame.h"
#include "wx/stattext.h"
#include "wx/panel.h"
#include "wx/utils.h"