From f96f33629f3245f8282089d66b687351dfc82994 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 10 Nov 2001 18:24:32 +0000 Subject: [PATCH] minor fixs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mgl/fontutil.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/include/wx/mgl/fontutil.h b/include/wx/mgl/fontutil.h index e1d622518e..6f353a4d4a 100644 --- a/include/wx/mgl/fontutil.h +++ b/include/wx/mgl/fontutil.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: wx/nix/fontutil.h +// Name: wx/mgl/fontutil.h // Purpose: font-related helper functions for MGL // Author: Vaclav Slavik // Created: 2001/05/01 @@ -11,8 +11,6 @@ #ifndef _WX_MGL_FONTUTIL_H_ #define _WX_MGL_FONTUTIL_H_ -#ifdef __WXMGL__ - #include "wx/list.h" struct font_info_t; @@ -121,6 +119,4 @@ class wxFontsManager extern wxFontsManager *wxTheFontsManager; -#endif - #endif // _WX_MGL_FONTUTIL_H_ -- 2.45.2