From 8d9cd8c894e18f28859f613eab1c8819d2e58b3e Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 6 Jan 2025 11:55:24 +0100 Subject: Remove obsolete fw declarations from dbaccess/ found with bin/find-unneeded-includes --fwdecl Change-Id: I1a3b1420119b0c79860a1fde69efa4272356af61 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183882 Tested-by: Jenkins Reviewed-by: Gabor Kelemen --- dbaccess/source/ui/inc/brwctrlr.hxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'dbaccess/source/ui/inc/brwctrlr.hxx') diff --git a/dbaccess/source/ui/inc/brwctrlr.hxx b/dbaccess/source/ui/inc/brwctrlr.hxx index e5e1db401a6a..38c8ecc40f35 100644 --- a/dbaccess/source/ui/inc/brwctrlr.hxx +++ b/dbaccess/source/ui/inc/brwctrlr.hxx @@ -45,11 +45,6 @@ struct FmFoundRecordInformation; struct FmSearchContext; -namespace dbtools -{ - class SQLExceptionInfo; -} - namespace dbaui { -- cgit