]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/sashwin.cpp
added missing refresh when changing focus in wxListCtrl, added test for it in the...
[wxWidgets.git] / src / generic / sashwin.cpp
index 693e74f1a40aa7449f027605f6530fb356ac3dbf..8d679953dfc5c32bee6e49c651b7f25a077b8b9e 100644 (file)
 #if wxUSE_SASH
 
 #ifndef WX_PRECOMP
-#include "wx/wx.h"
+    #include "wx/dialog.h"
+    #include "wx/frame.h"
+    #include "wx/settings.h"
 #endif
 
 #include <math.h>
 #include <stdlib.h>
 
-#include "wx/string.h"
 #include "wx/dcscreen.h"
 #include "wx/sashwin.h"
 #include "wx/laywin.h"