X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/81a3763f803b0d0799b3b1aba73fbb32aa65f9e5..cf2227623a889dd0a5f36288d346fc6bf64b55fa:/src/motif/xmcombo/xmcombo.c diff --git a/src/motif/xmcombo/xmcombo.c b/src/motif/xmcombo/xmcombo.c index 21127c25a6..be780d1fbc 100644 --- a/src/motif/xmcombo/xmcombo.c +++ b/src/motif/xmcombo/xmcombo.c @@ -91,12 +91,8 @@ * Cambridge, MA 02139, USA. * */ -/* get XmVersion definition */ -#include - -#if (XmVersion < 2000) - #ifdef __VMS +/* vms_x_fix.h should be included before any of the X11/Motif headers */ #include #undef XtDisplay #undef XtScreen @@ -106,6 +102,11 @@ #undef XtClass #endif +/* get XmVersion definition */ +#include + +#if (XmVersion < 2000) + #include #include #include