From dc8c15ae6267fe42ae1e9b69b30d2f5d9617e942 Mon Sep 17 00:00:00 2001 From: Petr Mladek Date: Mon, 4 Oct 2010 16:58:09 +0200 Subject: remove include guards using fixguard.py --- dbaccess/source/ui/browser/dbtreemodel.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'dbaccess/source/ui/browser/dbtreemodel.cxx') diff --git a/dbaccess/source/ui/browser/dbtreemodel.cxx b/dbaccess/source/ui/browser/dbtreemodel.cxx index 0c4942868d20..80a2848a005a 100644 --- a/dbaccess/source/ui/browser/dbtreemodel.cxx +++ b/dbaccess/source/ui/browser/dbtreemodel.cxx @@ -28,15 +28,9 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_dbaccess.hxx" -#ifndef DBAUI_DBTREEMODEL_HXX #include "dbtreemodel.hxx" -#endif -#ifndef _DBU_RESOURCE_HRC_ #include "dbu_resource.hrc" -#endif -#ifndef _OSL_DIAGNOSE_H_ #include -#endif namespace dbaui { -- cgit