@ -1,5 +1,5 @@
// Copyright 2014 Citra Emulator Project
// Licensed under GPLv2
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <thread>
#include <GLFW/glfw3.h>
#pragma once
#include <QString>
#include "graphics.hxx"
#include <QMetaType>
#include <QLabel>
#include <QBoxLayout>
@ -1,4 +1,4 @@
// Licensed under GPLv2+
// Copyright 2013 Dolphin Emulator Project
// Copyright 2013 Dolphin Emulator Project / 2014 Citra Emulator Project
#include "common/common.h"
#include "emu_window.h"
#include "key_map.h"
#include <algorithm>
#include <array>
#include <cstdio>
#include <boost/range/algorithm.hpp>
#include "common/symbols.h"
#include "common/thread.h"
// Copyright 2014 Citra Emulator Project / PPSSPP Project
#include <time.h>
#include <string>
#include "core/arm/skyeye_common/armcpu.h"
#include "core/arm/interpreter/arm_interpreter.h"
#include "common/common_types.h"
#include <vector>
#include <memory>
#include <sys/stat.h>
#include "core/hle/coprocessor.h"