CapstoneDisassembler: Remove outdated cstdio include
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user