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