mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-14 18:47:57 -05:00
citra-qt: Renamed all .hxx headers to .h
This commit is contained in:
@ -2,10 +2,10 @@
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include "disassembler.hxx"
|
||||
#include "disassembler.h"
|
||||
|
||||
#include "../bootmanager.hxx"
|
||||
#include "../hotkeys.hxx"
|
||||
#include "../bootmanager.h"
|
||||
#include "../hotkeys.h"
|
||||
|
||||
#include "common/common.h"
|
||||
#include "core/mem_map.h"
|
||||
|
Reference in New Issue
Block a user