Remove "pragma once"

The same thing is handled by proper standard C header include guards
in all these files.
This commit is contained in:
Martin Storsjö
2013-12-28 23:31:14 +02:00
parent d1b0713c76
commit b1c070cf8b
5 changed files with 0 additions and 16 deletions

View File

@@ -47,10 +47,6 @@
#include "decoder_context.h"
#include "welsCodecTrace.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class ISVCDecoder;