Merge pull request #6848 from lioncash/guard

DolphinQt2: Add missing header guards for CheatCodeEditor and MappingIndicator
This commit is contained in:
JosJuice 2018-05-13 22:21:40 +02:00 committed by GitHub
commit 74d561085c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
#include <QDialog>
class QDialogButtonBox;

View File

@ -2,6 +2,8 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
#include <QWidget>
namespace ControllerEmu