diff options
| author | Matthias Melcher <github@matthiasm.com> | 2025-07-05 19:47:03 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2025-07-05 19:47:03 +0200 |
| commit | e12c42a0cd8a55398a184a005b2f12c46db07f6f (patch) | |
| tree | 6a01665d8709516fc016ae7d6869ad3bd7080035 | |
| parent | ccc294f9f7111bf283fda7164823902c1fb12736 (diff) | |
Fl_Help_View: Revert some changes
| -rw-r--r-- | FL/Fl_Help_View.H | 6 | ||||
| -rw-r--r-- | src/Fl_Help_View.cxx | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/FL/Fl_Help_View.H b/FL/Fl_Help_View.H index beb41f0e9..68d04aa9e 100644 --- a/FL/Fl_Help_View.H +++ b/FL/Fl_Help_View.H @@ -28,6 +28,12 @@ #include "Fl_Scrollbar.H" // +// System and C++ header files +// + +#include <memory> + +// // Forward declarations and typedefs // diff --git a/src/Fl_Help_View.cxx b/src/Fl_Help_View.cxx index f8e315af4..2aca88e2e 100644 --- a/src/Fl_Help_View.cxx +++ b/src/Fl_Help_View.cxx @@ -46,7 +46,6 @@ #include <map> #include <vector> #include <string> -#include <memory> // // Debugging |
