Remove unnecessary headers from wxPropertyGrid files
Currently there are included plenty of headers which are apparently not necessary.
This commit is contained in:
parent
c623d9cfc5
commit
eca1e857fe
16 changed files with 28 additions and 198 deletions
|
|
@ -11,16 +11,11 @@
|
|||
#ifndef _WX_PROPGRID_PROPGRID_H_
|
||||
#define _WX_PROPGRID_PROPGRID_H_
|
||||
|
||||
#include "wx/defs.h"
|
||||
|
||||
#if wxUSE_PROPGRID
|
||||
|
||||
#include "wx/thread.h"
|
||||
#include "wx/dcclient.h"
|
||||
#include "wx/dc.h"
|
||||
#include "wx/control.h"
|
||||
#include "wx/scrolwin.h"
|
||||
#include "wx/tooltip.h"
|
||||
#include "wx/datetime.h"
|
||||
#include "wx/recguard.h"
|
||||
#include "wx/time.h" // needed for wxMilliClock_t
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue