#ifndef __stc_h__
#define __stc_h__
+#include "wx/defs.h"
-#include "wx/wx.h"
+#if wxUSE_STC
+
+#include "wx/control.h"
#include "wx/dnd.h"
+#include "wx/stopwatch.h"
+class WXDLLIMPEXP_CORE wxScrollBar;
#ifdef WXMAKINGDLL_STC
#define WXDLLIMPEXP_STC WXEXPORT
//----------------------------------------------------------------------
#endif
-
+#endif // wxUSE_STC