X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8898456df4728afe7d100011e0e23b0ffb9a6341..8f884a0dccd6b642f35c441ac9bfc87a6d5b4d35:/src/common/layout.cpp diff --git a/src/common/layout.cpp b/src/common/layout.cpp index d49aaea5b2..710ff2223e 100644 --- a/src/common/layout.cpp +++ b/src/common/layout.cpp @@ -26,6 +26,8 @@ #if wxUSE_CONSTRAINTS +#include "wx/layout.h" + #ifndef WX_PRECOMP #include "wx/window.h" #include "wx/utils.h" @@ -34,8 +36,6 @@ #include "wx/intl.h" #endif -#include "wx/layout.h" - IMPLEMENT_DYNAMIC_CLASS(wxIndividualLayoutConstraint, wxObject) IMPLEMENT_DYNAMIC_CLASS(wxLayoutConstraints, wxObject)