Remove unused headers from wx/osx/slider.h
wx/control.h is already included from wx/slider.h so including it from here is useless and including wx/slider.h is even worse as it's very confusing because this header itself is already included from wx/slider.h. No real changes.
This commit is contained in:
@@ -11,8 +11,6 @@
|
||||
#ifndef _WX_SLIDER_H_
|
||||
#define _WX_SLIDER_H_
|
||||
|
||||
#include "wx/control.h"
|
||||
#include "wx/slider.h"
|
||||
#include "wx/stattext.h"
|
||||
|
||||
// Slider
|
||||
|
Reference in New Issue
Block a user