diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-03-20 21:39:28 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-03-21 00:42:28 +0100 |
| commit | 41266df7ae51f179f4a80f67a2eba896ba1fd7b2 (patch) | |
| tree | 52103dcc63cd91c58b6f599ca7595b254549b3cb /FL/fl_utf8.h | |
| parent | bd52db0b952d35ce793153e4a0c0b25f102a4395 (diff) | |
Remove unnecessary system includes from public headers
Add includes of system headers in the implementation files
where necessary.
Diffstat (limited to 'FL/fl_utf8.h')
| -rw-r--r-- | FL/fl_utf8.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/FL/fl_utf8.h b/FL/fl_utf8.h index 8cf26900a..315f24cf6 100644 --- a/FL/fl_utf8.h +++ b/FL/fl_utf8.h @@ -29,9 +29,7 @@ #include "Fl_Export.H" #include "fl_types.h" -#include <stdio.h> -#include <string.h> -#include <stdlib.h> +#include <stdio.h> // FILE *fl_fopen() #ifdef __cplusplus extern "C" { |
