tdf#124176: Use pragma once instead of include guards

Change-Id: I33a9c770142a2fcc2d899b5071cc45d5a42c8664
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88473
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
This commit is contained in:
Mohamed Sameh
2020-02-11 14:49:41 -05:00
committed by Muhammet Kara
parent 38dcd3bc73
commit 76d6b4d02d

View File

@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_AVMEDIA_SOURCE_WIN_MANAGER_HXX #pragma once
#define INCLUDED_AVMEDIA_SOURCE_WIN_MANAGER_HXX
#include "wincommon.hxx" #include "wincommon.hxx"
#include <cppuhelper/implbase.hxx> #include <cppuhelper/implbase.hxx>
@@ -50,6 +49,4 @@ private:
} // namespace win } // namespace win
} // namespace avmedia } // namespace avmedia
#endif // INCLUDED_AVMEDIA_SOURCE_WIN_MANAGER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */