@ -1,3 +1,7 @@
// Copyright 2014 Citra Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <atomic>
#include <QThread>
#include <QDialogButtonBox>
#include "controller_config.hxx"
#ifndef _CONTROLLER_CONFIG_HXX_
#define _CONTROLLER_CONFIG_HXX_
#include <QPushButton>
#include <QStyle>
#include <QGridLayout>
#ifndef _CONTROLLER_CONFIG_UTIL_HXX_
#define _CONTROLLER_CONFIG_UTIL_HXX_
#include <QStandardItemModel>
#include "callstack.hxx"
#include <QDockWidget>
#include "ui_callstack.h"
#include "disassembler.hxx"
#include "../bootmanager.hxx"
#include <QAbstractItemModel>
#include "ui_disassembler.h"
#include "ramview.hxx"
#include "common/common.h"
#include "qhexedit.h"
class GRamView : public QHexEdit
#include "registers.hxx"
#include "core/core.h"
#include "ui_registers.h"
#include <QKeySequence>
#include <QSettings>
#include "hotkeys.hxx"
#include <QShortcut>
#include <QDialog>
#include "ui_hotkeys.h"
#include <thread>
#include <QtGui>
#ifndef _CITRA_QT_MAIN_HXX_
#define _CITRA_QT_MAIN_HXX_
// TODO: Supposed to be generated...
// GENERATED - Do not edit!
#ifndef VERSION_H_