mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Convert all includes to relative paths.
This commit is contained in:
@ -6,14 +6,14 @@
|
||||
// GCNcrypt - Gamecube AR Crypto Program
|
||||
// Copyright (C) 2003-2004 Parasyte
|
||||
|
||||
|
||||
#include "ARDecrypt.h"
|
||||
#include <algorithm>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#include "Core/ARDecrypt.h"
|
||||
|
||||
namespace ActionReplay
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user