X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/550343399aa1355469ffed72c8cf84c732dcf98b..68b4e4cff00ea79be15867ecf640d451584f3dd3:/src/motif/accel.cpp diff --git a/src/motif/accel.cpp b/src/motif/accel.cpp index 5ee34248c5..c1e6426f22 100644 --- a/src/motif/accel.cpp +++ b/src/motif/accel.cpp @@ -12,9 +12,12 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#include "wx/setup.h" #include "wx/accel.h" -#include "wx/string.h" + +#ifndef WX_PRECOMP + #include "wx/string.h" +#endif + #include "wx/utils.h" #include