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