1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

checkasm: Use standard multiple inclusion guards

This commit is contained in:
Diego Biurrun 2016-02-16 18:12:28 +01:00
parent 3d8025d602
commit 7c82d31cbe

View File

@ -20,8 +20,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef CHECKASM_H
#define CHECKASM_H
#ifndef TESTS_CHECKASM_CHECKASM_H
#define TESTS_CHECKASM_CHECKASM_H
#include <stdint.h>
#include "config.h"
@ -167,4 +167,4 @@ void checkasm_checked_call(void *func, ...);
#define bench_new(...) while(0)
#endif
#endif
#endif /* TESTS_CHECKASM_CHECKASM_H */