From d242a19dbdd53b7ae0b6a6ceacca6aa1b6ac54a9 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 30 Sep 2021 09:54:49 +0200 Subject: loplugin:includeform (clang-cl) Change-Id: Ia374fe0a7a0392e91821fecd1e6ee5917864d59c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122848 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- sal/cppunittester/cppunittester.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sal') diff --git a/sal/cppunittester/cppunittester.cxx b/sal/cppunittester/cppunittester.cxx index 33be3007ba13..4c24815c3b7b 100644 --- a/sal/cppunittester/cppunittester.cxx +++ b/sal/cppunittester/cppunittester.cxx @@ -24,7 +24,7 @@ #include #endif #if defined(_WIN32) && defined(_DEBUG) -#include "dbghelp.h" +#include #include #include #endif -- cgit