From cecd0df78de9eb3c1f6cf5cec657b688cdafec9c Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 30 May 2001 20:58:02 +0000 Subject: [PATCH] We don't need to explicitely #include since gl.h should do this for us already if it exists. --- src/Main/main.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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