Remove "pragma once"
The same thing is handled by proper standard C header include guards in all these files.
This commit is contained in:
@@ -47,10 +47,6 @@
|
||||
#include "decoder_context.h"
|
||||
#include "welsCodecTrace.h"
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
|
||||
|
||||
class ISVCDecoder;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user