Fix more header sorting issues in VideoCommon/ (now check-includes clean).

This commit is contained in:
Pierre Bourdon 2014-02-19 02:27:20 +01:00
commit ffe588cc24
16 changed files with 30 additions and 42 deletions

View file

@ -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>