summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/callstack.h
diff options
context:
space:
mode:
authorGravatar Lioncash2016-12-11 06:53:18 -0500
committerGravatar linkmauve2016-12-11 12:12:03 +0000
commit327b23e4cea1da927dd0792ce5f88c347094bd01 (patch)
treea41c1c0b7d8f2fa15c52646afdda063c75ab5251 /src/citra_qt/debugger/callstack.h
parentgame_list: Make slots private functions (diff)
downloadyuzu-327b23e4cea1da927dd0792ce5f88c347094bd01.tar.gz
yuzu-327b23e4cea1da927dd0792ce5f88c347094bd01.tar.xz
yuzu-327b23e4cea1da927dd0792ce5f88c347094bd01.zip
citra-qt: Add missing #pragma once directives
Diffstat (limited to 'src/citra_qt/debugger/callstack.h')
-rw-r--r--src/citra_qt/debugger/callstack.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/citra_qt/debugger/callstack.h b/src/citra_qt/debugger/callstack.h
index 765757986..b08a8357e 100644
--- a/src/citra_qt/debugger/callstack.h
+++ b/src/citra_qt/debugger/callstack.h
@@ -2,6 +2,8 @@
2// Licensed under GPLv2 or any later version 2// Licensed under GPLv2 or any later version
3// Refer to the license.txt file included. 3// Refer to the license.txt file included.
4 4
5#pragma once
6
5#include <QDockWidget> 7#include <QDockWidget>
6#include "ui_callstack.h" 8#include "ui_callstack.h"
7 9