X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8898456df4728afe7d100011e0e23b0ffb9a6341..cbb003b1053e30ea93a5cb956c360a4a39c35622:/src/common/validate.cpp

diff --git a/src/common/validate.cpp b/src/common/validate.cpp
index b41574d65c..787d99bd5f 100644
--- a/src/common/validate.cpp
+++ b/src/common/validate.cpp
@@ -18,12 +18,12 @@
 
 #if wxUSE_VALIDATORS
 
+#include "wx/validate.h"
+
 #ifndef WX_PRECOMP
     #include "wx/window.h"
 #endif
 
-#include "wx/validate.h"
-
 const wxValidator wxDefaultValidator;
 
 IMPLEMENT_DYNAMIC_CLASS(wxValidator, wxEvtHandler)