diff libaf/af_mp.h @ 25551:d88f5f82826e

Replace multiple inclusion guards with leading underscores by default names. Leading underscores are reserved for system identifiers.
author diego
date Tue, 01 Jan 2008 20:21:20 +0000
parents a9da2db9eb16
children 4129c8cfa742
line wrap: on
line diff
--- a/libaf/af_mp.h	Tue Jan 01 20:11:44 2008 +0000
+++ b/libaf/af_mp.h	Tue Jan 01 20:21:20 2008 +0000
@@ -1,6 +1,6 @@
 /* Include file for mplayer specific defines and includes */
-#ifndef __af_mp_h__
-#define __af_mp_h__
+#ifndef AF_MP_H
+#define AF_MP_H
 
 #include "config.h"
 #include "mp_msg.h"
@@ -19,4 +19,4 @@
 #define af_msg(lev, args... ) \
   mp_msg(MSGT_AFILTER,(((lev)<0)?((lev)+3):(((lev)==0)?MSGL_INFO:((lev)+5))), ##args )
 
-#endif /* __af_mp_h__ */
+#endif /* AF_MP_H */