Add missing and remove unnecessary #include statements
Some checks failed
Build and Test / build-linux (push) Has been cancelled
Build and Test / build-wayland (push) Has been cancelled
Build and Test / build-macos (push) Has been cancelled
Build and Test / build-windows (push) Has been cancelled

Note: if user code requires a header, then user code must #include it.
This commit is contained in:
Albrecht Schlosser
2025-07-07 11:58:49 +02:00
parent 2a1677802f
commit 51cca24d04
2 changed files with 1 additions and 2 deletions

View File

@@ -26,8 +26,6 @@
#include "Fl.H"
#include "Fl_Group.H"
#include "Fl_Scrollbar.H"
#include <FL/fl_draw.H> // this is no longer needed here, but external source code seems to rely on it
#include <FL/filename.H> // this is no longer needed here, but external source code seems to rely on it
//
// System and C++ header files

View File

@@ -40,6 +40,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <ctype.h>
#include <errno.h>
#include <math.h>