mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-05 22:55:41 +13:00
CapstoneDisassembler: Remove outdated cstdio include
This commit is contained in:
parent
3ff16e1588
commit
88e8491c7f
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
#pragma once
|
||||
#include <capstone/capstone.h>
|
||||
|
||||
#include <cstdio>
|
||||
#include <span>
|
||||
#include <string>
|
||||
|
||||
|
@ -51,4 +50,4 @@ namespace Common {
|
|||
return count;
|
||||
}
|
||||
};
|
||||
} // namespace Common
|
||||
} // namespace Common
|
||||
|
|
Loading…
Add table
Reference in a new issue