mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06:00
Fix include order of files outside of Source/Core
This commit is contained in:
@ -4,10 +4,10 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <iostream>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <iostream>
|
||||
|
||||
#define CON_BLACK 0
|
||||
#define CON_RED 1
|
||||
|
Reference in New Issue
Block a user