From 57067a923d7f85f847cf3c0aab081f86745f585f Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 13 Oct 2005 14:27:19 +0000 Subject: Remove unnecessary includes ("flstring.h" is included by the parent file and includes and ...) Add changelog entry. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4593 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- CHANGES | 1 + src/fl_set_fonts_xft.cxx | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index dbf254b16..24bef0e8a 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,7 @@ CHANGES IN FLTK 1.1.7 - Documentation fixes (STR #571, STR #648, STR #692, STR #730, STR #744, STR #745, STR #931, STR #942, STR #960, STR #969) + - Fl::set_fonts() now works with Xft (STR #1012) - Fl_Value_Input now uses the screen-absolute position instead of the window-relative position when dragging the value; this avoids some jumping conditions (STR diff --git a/src/fl_set_fonts_xft.cxx b/src/fl_set_fonts_xft.cxx index 7fbd88c01..a6cf89cf1 100644 --- a/src/fl_set_fonts_xft.cxx +++ b/src/fl_set_fonts_xft.cxx @@ -26,8 +26,6 @@ // #include -#include -#include // This function fills in the fltk font table with all the fonts that // are found on the X server. It tries to place the fonts into families -- cgit v1.2.3