diff options
| author | saturneric <[email protected]> | 2024-07-28 16:24:33 +0000 |
|---|---|---|
| committer | saturneric <[email protected]> | 2024-07-28 16:24:33 +0000 |
| commit | f813e3b71ee9563223f3d628374788c1d18b8504 (patch) | |
| tree | 0298bb8ad88e94c6869fb74b2eeeda430a41b715 /src/m_paper_key/packets.cpp | |
| parent | feat: paper key module is now useable (diff) | |
| download | Modules-f813e3b71ee9563223f3d628374788c1d18b8504.tar.gz Modules-f813e3b71ee9563223f3d628374788c1d18b8504.zip | |
fix: rm unused headers of paper key
Diffstat (limited to '')
| -rw-r--r-- | src/m_paper_key/packets.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/m_paper_key/packets.cpp b/src/m_paper_key/packets.cpp index 5fd1f04..e459b94 100644 --- a/src/m_paper_key/packets.cpp +++ b/src/m_paper_key/packets.cpp @@ -18,9 +18,9 @@ #include "packets.h" -#include <stdio.h> -#include <stdlib.h> -#include <string.h> +#include <cstdio> +#include <cstdlib> +#include <cstring> #include "GFSDKBasic.h" #include "output.h" |
