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:
Vadim Zeitlin
2015-10-25 18:36:39 +01:00
parent 065c7b34eb
commit ce3dab46c1

View File

@@ -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