- fixed small bug causing always including X11 header

This commit is contained in:
Jeroen Janssen 2002-03-10 20:08:14 +00:00
parent 66262c3005
commit b6074761e2

View File

@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////
// $Id: gui.cc,v 1.30 2002-03-10 16:06:56 bdenney Exp $
// $Id: gui.cc,v 1.31 2002-03-10 20:08:14 japj Exp $
/////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2002 MandrakeSoft S.A.
@ -39,7 +39,7 @@
# include <Disks.h>
#endif
#ifdef BX_WITH_X11
#if BX_WITH_X11
#include <X11/Xlib.h>
#endif