X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/97a198bf64f74f1bacd064026e67d7cb40daffa2..2196a3a0cdc5384c082febb7f4aa5994cc7d80db:/include/stg/rs_packets.h

diff --git a/include/stg/rs_packets.h b/include/stg/rs_packets.h
index 503fe91d..6faea525 100644
--- a/include/stg/rs_packets.h
+++ b/include/stg/rs_packets.h
@@ -19,8 +19,7 @@
  *    Author : Maxim Mamontov <faust@stargazer.dp.ua>
  */
 
-#ifndef RS_PACKETSH
-#define RS_PACKETSH
+#pragma once
 
 #define RS_MAGIC_LEN        (6)
 #define RS_PROTO_VER_LEN    (2)
@@ -34,9 +33,9 @@
 
 #define RS_ID "RSP00"
 
-#include "os_int.h"
+#include <cstdint>
 
-namespace RS
+namespace STG::RS
 {
 
 struct PACKET_HEADER
@@ -58,5 +57,3 @@ int8_t              padding[7];
 } __attribute__((__packed__)); // 992 bytes, 124 blocks
 
 } // namespace RS
-
-#endif