diff options
author | bunnei <ericbunnie@gmail.com> | 2014-06-22 16:37:07 -0400 |
---|---|---|
committer | bunnei <ericbunnie@gmail.com> | 2014-06-22 16:37:07 -0400 |
commit | 4e4a028ecdd465d81344144343ca6574eb8b7dbf (patch) | |
tree | 8fda03023d158080fe25e348aa87f4d3dedf447c /src/citra_qt/debugger/callstack.hxx | |
parent | 004df767953a949817da89bddcd5d1379240f769 (diff) |
citra_qt: Removed autogenerated files from repo and fixed build issues.
Diffstat (limited to 'src/citra_qt/debugger/callstack.hxx')
-rw-r--r-- | src/citra_qt/debugger/callstack.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/debugger/callstack.hxx b/src/citra_qt/debugger/callstack.hxx index 3ad2af28b..680a73b6d 100644 --- a/src/citra_qt/debugger/callstack.hxx +++ b/src/citra_qt/debugger/callstack.hxx @@ -1,5 +1,5 @@ #include <QDockWidget> -#include "../ui_callstack.h" +#include "ui_callstack.h" class QStandardItemModel; |