summaryrefslogtreecommitdiff
path: root/avmedia/source/vlc/wrapper/Wrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia/source/vlc/wrapper/Wrapper.hxx')
-rw-r--r--avmedia/source/vlc/wrapper/Wrapper.hxx10
1 files changed, 9 insertions, 1 deletions
diff --git a/avmedia/source/vlc/wrapper/Wrapper.hxx b/avmedia/source/vlc/wrapper/Wrapper.hxx
index 1af0323d7fab..b7d1c2265ab2 100644
--- a/avmedia/source/vlc/wrapper/Wrapper.hxx
+++ b/avmedia/source/vlc/wrapper/Wrapper.hxx
@@ -6,9 +6,17 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+
+#ifndef INCLUDED_AVMEDIA_SOURCE_VLC_WRAPPER_WRAPPER_HXX
+#define INCLUDED_AVMEDIA_SOURCE_VLC_WRAPPER_WRAPPER_HXX
+
#include "Common.hxx"
#include "EventHandler.hxx"
#include "EventManager.hxx"
#include "Instance.hxx"
#include "Media.hxx"
-#include "Player.hxx" \ No newline at end of file
+#include "Player.hxx"
+
+#endif // INCLUDED_AVMEDIA_SOURCE_VLC_WRAPPER_WRAPPER_HXX
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */