From 92ddacfaa00f7dbcddc521f2239916e69e9a33d6 Mon Sep 17 00:00:00 2001 From: Yomnasalama Date: Mon, 28 Mar 2022 05:36:34 +0200 Subject: tdf#143148- Use pragma once in connectivity Change-Id: If15cf06a986e4bf6ac43b91567a7b2b1aa153d18 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132156 Tested-by: Ilmari Lauhakangas Reviewed-by: Ilmari Lauhakangas --- include/connectivity/odbc.hxx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'include') diff --git a/include/connectivity/odbc.hxx b/include/connectivity/odbc.hxx index 896001477293..9f1e487ebf71 100644 --- a/include/connectivity/odbc.hxx +++ b/include/connectivity/odbc.hxx @@ -16,10 +16,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - - -#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_OFUNCTIONDEFS_HXX -#define INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_OFUNCTIONDEFS_HXX +#pragma once #if defined(_WIN32) @@ -94,7 +91,4 @@ #endif #endif -#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_OFUNCTIONDEFS_HXX - - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit