aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/citra_qt/debugger/graphics_framebuffer.cpp
diff options
context:
space:
mode:
authorGravatar chrisvj <chrisvanderjagt@gmail.com>2015-01-03 15:51:14 -0800
committerGravatar chrisvj <chrisvanderjagt@gmail.com>2015-01-06 04:51:54 -0800
commitb0a14cfe7f0075d0758371276b7f6384856aa6ff (patch)
tree1c7c0f0f9c707138a0a7f37583c0ef31cd94bec3 /src/citra_qt/debugger/graphics_framebuffer.cpp
parent9c8b867d86612a04bc0e563831d1d0feee9ffe89 (diff)
citra-qt: Renamed all .hxx headers to .h
Diffstat (limited to 'src/citra_qt/debugger/graphics_framebuffer.cpp')
-rw-r--r--src/citra_qt/debugger/graphics_framebuffer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/citra_qt/debugger/graphics_framebuffer.cpp b/src/citra_qt/debugger/graphics_framebuffer.cpp
index 7ef699f3..caa6896f 100644
--- a/src/citra_qt/debugger/graphics_framebuffer.cpp
+++ b/src/citra_qt/debugger/graphics_framebuffer.cpp
@@ -13,9 +13,9 @@
#include "video_core/color.h"
#include "video_core/pica.h"
-#include "graphics_framebuffer.hxx"
+#include "graphics_framebuffer.h"
-#include "util/spinbox.hxx"
+#include "util/spinbox.h"
BreakPointObserverDock::BreakPointObserverDock(std::shared_ptr<Pica::DebugContext> debug_context,
const QString& title, QWidget* parent)