mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 08:09:19 +00:00
Fix more header sorting issues in VideoCommon/ (now check-includes clean).
This commit is contained in:
parent
6847a0fc0c
commit
ffe588cc24
16 changed files with 30 additions and 42 deletions
|
@ -2,9 +2,9 @@
|
|||
// Licensed under GPLv2
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include <cassert>
|
||||
#include <cmath>
|
||||
#include <cstdio>
|
||||
#include <assert.h>
|
||||
#include <locale.h>
|
||||
#ifdef __APPLE__
|
||||
#include <xlocale.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue