summaryrefslogtreecommitdiff
path: root/avmedia/source
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia/source')
-rw-r--r--avmedia/source/win/wincommon.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/avmedia/source/win/wincommon.hxx b/avmedia/source/win/wincommon.hxx
index f0277e169132..5572f6c3e63d 100644
--- a/avmedia/source/win/wincommon.hxx
+++ b/avmedia/source/win/wincommon.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_AVMEDIA_SOURCE_WIN_WINCOMMON_HXX
-#define INCLUDED_AVMEDIA_SOURCE_WIN_WINCOMMON_HXX
+#pragma once
#include <osl/mutex.hxx>
#include <rtl/ustring.hxx>
@@ -39,6 +38,4 @@
#define WM_GRAPHNOTIFY (WM_USER + 567)
-#endif // INCLUDED_AVMEDIA_SOURCE_WIN_WINCOMMON_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */