From: curt Date: Wed, 30 May 2001 20:58:02 +0000 (+0000) Subject: We don't need to explicitely #include since gl.h should do this X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cecd0df78de9eb3c1f6cf5cec657b688cdafec9c;p=flightgear.git We don't need to explicitely #include since gl.h should do this for us already if it exists. --- diff --git a/src/Main/main.cxx b/src/Main/main.cxx index f11a01b60..05d1ff545 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -53,9 +53,9 @@ # include // for stat() #endif -#ifdef HAVE_LIBX11 -# include -#endif +// #ifdef HAVE_LIBX11 +// # include +// #endif #include #include