]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/stockitem.cpp
correct idle tag type; remove unneeded includes
[wxWidgets.git] / src / common / stockitem.cpp
index c1b7d71ad8f51c5fab8c0e7dcc9854fcf9a2c326..9b2d4e2b1e8e92936edbfa257f3624fd202bbc26 100644 (file)
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        common/stockitem.cpp
+// Name:        src/common/stockitem.cpp
 // Purpose:     Stock buttons, menu and toolbar items labels
 // Author:      Vaclav Slavik
 // Modified by:
 #endif
 
 #include "wx/stockitem.h"
-#include "wx/intl.h"
-#include "wx/utils.h" // for wxStripMenuCodes()
+
+#ifndef WX_PRECOMP
+    #include "wx/intl.h"
+    #include "wx/utils.h" // for wxStripMenuCodes()
+#endif
 
 bool wxIsStockID(wxWindowID id)
 {