Update Main.cpp

This commit is contained in:
Nayla 2023-04-21 18:52:06 -04:00 committed by GitHub
commit fe441ed524
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,9 +5,6 @@
#include <string>
#include <vector>
#include <ShlDisp.h>
#include <shellapi.h>
#include <Windows.h>
#include <cstdio>
#endif
@ -20,7 +17,9 @@
#include <QAbstractEventDispatcher>
#include <QApplication>
#include <QObject>
#include <QProcess>
#include <QPushButton>
#include <QString>
#include <QWidget>
#include "Common/Config/Config.h"