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/widgetfactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kommander/editor/widgetfactory.cpp') diff --git a/kommander/editor/widgetfactory.cpp b/kommander/editor/widgetfactory.cpp index d22d63f2..681b0db4 100644 --- a/kommander/editor/widgetfactory.cpp +++ b/kommander/editor/widgetfactory.cpp @@ -26,7 +26,7 @@ #include #include "kmdrmainwindow.h" -#include // HP-UX compiler need this here +#include #include "widgetfactory.h" #include "widgetdatabase.h" #include "metadatabase.h" -- cgit v1.2.3