CapstoneDisassembler: Remove outdated cstdio include

This commit is contained in:
wheremyfoodat
2024-04-29 13:59:46 +03:00
committed by GitHub
parent 3ff16e1588
commit 88e8491c7f

View File

@@ -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