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/workspace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kommander/editor/workspace.cpp') diff --git a/kommander/editor/workspace.cpp b/kommander/editor/workspace.cpp index 59ed882c..f17c5e16 100644 --- a/kommander/editor/workspace.cpp +++ b/kommander/editor/workspace.cpp @@ -18,7 +18,7 @@ ** **********************************************************************/ -#include // HP-UX compiler needs this here +#include #include #include "workspace.h" #include "formwindow.h" -- cgit v1.2.3