refactor(offset): replace include guard with #pragma once

This commit is contained in:
Changhua
2025-03-05 01:19:05 +08:00
parent e9c64e4ef4
commit ccc8dcbbcd
+1 -4
View File
@@ -1,5 +1,4 @@
#ifndef OFFSETS_H #pragma once
#define OFFSETS_H
#include <cstdint> #include <cstdint>
@@ -140,5 +139,3 @@ namespace Misc
} }
} }
} }
#endif // OFFSETS_H