diff --git a/f8/netmsghandler.h b/f8/netmsghandler.h index 9c4e937..09acf67 100644 --- a/f8/netmsghandler.h +++ b/f8/netmsghandler.h @@ -1,5 +1,4 @@ -#ifndef NETMSGHANDLER_H -#define NETMSGHANDLER_H +#pragma once #include #include @@ -110,4 +109,3 @@ namespace f8 void DumpMsgToLog(f8::MsgHdr& hdr, f8::NetMsgHandler* handler, const char* prefix); void DumpMsgToLog(const ::google::protobuf::Message& msg, const char* prefix); } -#endif