]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/textctrl.cpp
Respun configure for richtext library
[wxWidgets.git] / src / univ / textctrl.cpp
index 3559305bc5212f3727ad71471ea109a2c8d12fc9..c3fabe9a5ad956fbf4629e6ed9be7d4eb2f1c6bc 100644 (file)
 
 #if wxUSE_TEXTCTRL
 
-#include <ctype.h>
+#include "wx/textctrl.h"
 
 #ifndef WX_PRECOMP
     #include "wx/log.h"
-
     #include "wx/dcclient.h"
     #include "wx/validate.h"
-    #include "wx/textctrl.h"
 #endif
 
+#include <ctype.h>
+
 #include "wx/clipbrd.h"
 
 #include "wx/textfile.h"