mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 03:54:45 +00:00
fix
This commit is contained in:
parent
95301f97f7
commit
dab8db6138
2 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
// SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include <fmt/core.h>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <fmt/core.h>
|
||||
|
||||
#include "common/config.h"
|
||||
#include "core/file_sys/fs.h"
|
||||
|
|
|
@ -3,13 +3,13 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <fmt/core.h>
|
||||
#include <QAbstractButton>
|
||||
#include <QActionGroup>
|
||||
#include <QDragEnterEvent>
|
||||
#include <QMainWindow>
|
||||
#include <QMimeData>
|
||||
#include <QScopedPointer>
|
||||
#include <fmt/core.h>
|
||||
#include "common/config.h"
|
||||
#include "common/path_util.h"
|
||||
#include "core/file_format/psf.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue