]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/menu.cpp
ensure that either RTLD_LAZY or RTLD_NOW is always used as calling dlopen() with...
[wxWidgets.git] / src / gtk1 / menu.cpp
index d957352dbfc4e5c5e0c15e6e99977fb2bbe93c30..82956da0a6f9d497f1d18f8a0cee4a1ca96d4cb3 100644 (file)
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
+#include "wx/menu.h"
 #include "wx/log.h"
 #include "wx/intl.h"
 #include "wx/app.h"
 #include "wx/bitmap.h"
-#include "wx/menu.h"
 
 #if wxUSE_ACCEL
     #include "wx/accel.h"