Common: Don't include deprecated (and unused) codecvt header

<codecvt> was deprecated in C++17 and removed in C++26
This commit is contained in:
Davide Pesavento 2025-06-21 15:54:22 -04:00 committed by Connor McLaughlin
parent 976bf834ed
commit b67a8c3127
2 changed files with 0 additions and 3 deletions

View File

@ -6,10 +6,8 @@
#include "bitutils.h"
#include <cctype>
#include <codecvt>
#include <cstdio>
#include <memory>
#include <sstream>
#ifndef __APPLE__
#include <malloc.h> // alloca

View File

@ -19,7 +19,6 @@
#include <QtWidgets/QInputDialog>
#include <QtWidgets/QMessageBox>
#include <cmath>
#include <sstream>
InputBindingWidget::InputBindingWidget(QWidget* parent) : QPushButton(parent)
{