X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aa1e6de9b1231f4eceeefd514aaec43b0996e8fb..b26f2425245bb5a115e93fa9bc6ebe2e508a518d:/src/gtk/radiobox.cpp diff --git a/src/gtk/radiobox.cpp b/src/gtk/radiobox.cpp index 3d1785b0d3..fc86bc36c5 100644 --- a/src/gtk/radiobox.cpp +++ b/src/gtk/radiobox.cpp @@ -16,11 +16,10 @@ #ifndef WX_PRECOMP #include "wx/log.h" + #include "wx/frame.h" + #include "wx/dialog.h" #endif -#include "wx/dialog.h" -#include "wx/frame.h" - #if wxUSE_TOOLTIPS #include "wx/tooltip.h" #endif