DolphinQt2: Add missing header guards for CheatCodeEditor and MappingIndicator

Prevents potential double inclusion issues from ever happening.
This commit is contained in:
Lioncash 2018-05-13 16:08:06 -04:00
parent e67cbd462b
commit b03c433543
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