From f04831d7f69c9ec2439b765134bc0308236afcb8 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 17 Jan 2026 17:10:15 +0900 Subject: Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler. Signed-off-by: Michele Calgaro --- kommander/editor/styledbutton.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kommander/editor/styledbutton.cpp') diff --git a/kommander/editor/styledbutton.cpp b/kommander/editor/styledbutton.cpp index c35ce642..1d013d83 100644 --- a/kommander/editor/styledbutton.cpp +++ b/kommander/editor/styledbutton.cpp @@ -18,7 +18,7 @@ ** **********************************************************************/ -#include // HP-UX compiler needs this here +#include #include "styledbutton.h" #include "formwindow.h" #include "pixmapchooser.h" -- cgit v1.2.3