Skip to content

Commit 266b807

Browse files
committed
Reorder includes
1 parent f0cda13 commit 266b807

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

extension.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,13 @@
3636
* @brief Implement extension code here.
3737
*/
3838

39-
#include <string>
4039
#include <cstddef>
40+
#include <cstdint>
41+
#include <string>
4142
#include <map>
4243

44+
#include <safetyhook.hpp>
45+
4346
#include <sm_namehashset.h>
4447

4548
#include <tier1/bitbuf.h>
@@ -51,8 +54,6 @@
5154
#include <dt_send.h>
5255
#include <edict.h>
5356

54-
#include <safetyhook.hpp>
55-
5657
SendVarEdit g_SendVarEdit; /**< Global singleton for extension's main interface */
5758

5859
SMEXT_LINK(&g_SendVarEdit);

0 commit comments

Comments
 (0)