From 8efb2fa21c81f99b37795621f9ec2bc125c6ced0 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 22 Feb 2008 09:09:46 +0000 Subject: Add MPLAYER_ prefix to multiple inclusion guards. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26061 b3059339-0415-0410-9bf9-f77b7e298cf2 --- playtree.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'playtree.h') diff --git a/playtree.h b/playtree.h index a5132caf61..7e454ad1fa 100644 --- a/playtree.h +++ b/playtree.h @@ -1,10 +1,9 @@ +#ifndef MPLAYER_PLAYTREE_H +#define MPLAYER_PLAYTREE_H /// \file /// \ingroup Playtree -#ifndef PLAYTREE_H -#define PLAYTREE_H - struct stream_st; struct m_config; @@ -282,6 +281,6 @@ void pt_iter_goto_head(play_tree_iter_t* iter); ///@} -#endif /* PLAYTREE_H */ - ///@} + +#endif /* MPLAYER_PLAYTREE_H */ -- cgit v1.2.3