diff playtree.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 3baf6a2283da
children 0f1b5b68af32
line wrap: on
line diff
--- a/playtree.h	Fri Feb 22 08:08:19 2008 +0000
+++ b/playtree.h	Fri Feb 22 09:09:46 2008 +0000
@@ -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 @@
 
 ///@}
 
-#endif /* PLAYTREE_H */
+///@}
 
-///@}
+#endif /* MPLAYER_PLAYTREE_H */