mirror of https://github.com/mpv-player/mpv
Use the real name of the header file when guarding against double inclusion.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21248 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
975a1422fa
commit
8069102bca
|
@ -1,5 +1,5 @@
|
|||
#ifndef __aop_h__
|
||||
#define __aop_h__
|
||||
#ifndef __af_h__
|
||||
#define __af_h__
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
@ -388,4 +388,4 @@ extern af_msg_cfg_t af_msg_cfg; // Message
|
|||
#endif
|
||||
//! \}
|
||||
|
||||
#endif /* __aop_h__ */
|
||||
#endif /* __af_h__ */
|
||||
|
|
Loading…
Reference in New Issue