]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/menuitem.cpp
Applied Patch #1502801: Missing Clone() functions from some events
[wxWidgets.git] / src / motif / menuitem.cpp
index cbed0910f42b73c87905a418d3ee103eff0339a5..08bf34a5ffd5f809f936a6f59847205977883560 100644 (file)
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
-#include "wx/menu.h"
 #include "wx/menuitem.h"
-#include "wx/utils.h"
-#include "wx/frame.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/utils.h"
+    #include "wx/frame.h"
+    #include "wx/menu.h"
+#endif
 
 #ifdef __VMS__
 #pragma message disable nosimpint