Skip to content

Commit f6b9878

Browse files
authored
[meta] Use pragma once in serialize header (sonic-net#873)
1 parent c5e76c7 commit f6b9878

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

meta/sai_serialize.h

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#ifndef __SAI_SERIALIZE__
2-
#define __SAI_SERIALIZE__
1+
#pragma once
32

43
extern "C" {
54
#include "sai.h"
@@ -386,5 +385,3 @@ sai_redis_notify_syncd_t sai_deserialize_redis_notify_syncd(
386385
void sai_deserialize_redis_communication_mode(
387386
_In_ const std::string& s,
388387
_Out_ sai_redis_communication_mode_t& value);
389-
390-
#endif // __SAI_SERIALIZE__

0 commit comments

Comments
 (0)