diff options
| -rw-r--r-- | CryptoPkg/Test/Mock/Include/GoogleTest/Library/MockBaseCryptLib.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/CryptoPkg/Test/Mock/Include/GoogleTest/Library/MockBaseCryptLib.h b/CryptoPkg/Test/Mock/Include/GoogleTest/Library/MockBaseCryptLib.h index f29ec8e547..f12c1dc3bc 100644 --- a/CryptoPkg/Test/Mock/Include/GoogleTest/Library/MockBaseCryptLib.h +++ b/CryptoPkg/Test/Mock/Include/GoogleTest/Library/MockBaseCryptLib.h @@ -5,8 +5,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
**/
-#ifndef MOCK_BASE_CRYPT_LIB_H_
-#define MOCK_BASE_CRYPT_LIB_H_
+#pragma once
#include <Library/GoogleTestLib.h>
#include <Library/FunctionMockLib.h>
@@ -1750,5 +1749,3 @@ struct MockBaseCryptLib { )
);
};
-
-#endif
|
