diff options
| author | Matthias Melcher <github@matthiasm.com> | 2025-07-05 17:48:30 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2025-07-05 17:48:30 +0200 |
| commit | ccc294f9f7111bf283fda7164823902c1fb12736 (patch) | |
| tree | 1468627312f254cb8bd422177163b6d43f744466 /src/Fl_Help_View.cxx | |
| parent | 5fb38897b716391e10b7ea904ece05073f8e53a8 (diff) | |
Fl_Help_View: Thin out header file
- remove unnecessary include.
Diffstat (limited to 'src/Fl_Help_View.cxx')
| -rw-r--r-- | src/Fl_Help_View.cxx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Fl_Help_View.cxx b/src/Fl_Help_View.cxx index 8a71d4f07..f8e315af4 100644 --- a/src/Fl_Help_View.cxx +++ b/src/Fl_Help_View.cxx @@ -30,10 +30,12 @@ #include <FL/fl_utf8.h> #include <FL/filename.H> // fl_open_uri() #include <FL/fl_string_functions.h> // fl_strdup() +#include <FL/fl_draw.H> +#include <FL/filename.H> #include "flstring.h" // -// System header files +// System and C++ header files // #include <stdio.h> @@ -41,7 +43,10 @@ #include <ctype.h> #include <errno.h> #include <math.h> +#include <map> +#include <vector> #include <string> +#include <memory> // // Debugging |
