qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20190523143508.25387-3-armbru@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
···1616 * You should have received a copy of the GNU Lesser General Public
1717 * License along with this library; if not, see <http://www.gnu.org/licenses/>.
1818 */
1919+1920#include "qemu/osdep.h"
2021#include "qapi/error.h"
2122#include "qemu/error-report.h"
2323+#include "qemu/ctype.h"
2224#include "qemu/cutils.h"
2325#include "trace-root.h"
2426#ifdef CONFIG_USER_ONLY
···2121 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2222 * THE SOFTWARE.
2323 */
2424+2425#include "qemu/osdep.h"
2526#include "cpu.h"
2627#include "monitor/monitor.h"
2828+#include "qemu/ctype.h"
2729#include "monitor/hmp-target.h"
2830#include "hmp.h"
2931
···2121 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2222 * THE SOFTWARE.
2323 */
2424+2425#include "qemu/osdep.h"
2525-#include "qemu-common.h"
2626#include "qemu/host-utils.h"
2727#include <math.h>
28282929#include "qemu/sockets.h"
3030#include "qemu/iov.h"
3131#include "net/net.h"
3232+#include "qemu/ctype.h"
3233#include "qemu/cutils.h"
3334#include "qemu/error-report.h"
3435