CapstoneDisassembler: Remove outdated cstdio include
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include <capstone/capstone.h>
|
#include <capstone/capstone.h>
|
||||||
|
|
||||||
#include <cstdio>
|
|
||||||
#include <span>
|
#include <span>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
@@ -51,4 +50,4 @@ namespace Common {
|
|||||||
return count;
|
return count;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
} // namespace Common
|
} // namespace Common
|
||||||
|
|||||||
Reference in New Issue
Block a user