diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-10-13 14:27:19 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-10-13 14:27:19 +0000 |
| commit | 57067a923d7f85f847cf3c0aab081f86745f585f (patch) | |
| tree | 42512f3acb02b932a0b1d981997b6bd70bb6d0af /src | |
| parent | 55f6d7673d7ac3564858ca30c9f564f0910d7219 (diff) | |
Remove unnecessary includes ("flstring.h" is included by the parent
file and includes <string.h> and <ctype.h>...)
Add changelog entry.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4593 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/fl_set_fonts_xft.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
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 <X11/Xft/Xft.h> -#include <string.h> -#include <ctype.h> // 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 |
