VideoCommon: fix include order
This commit is contained in:
parent
6d5e9cb5b1
commit
02dae1d1ba
|
@ -2,8 +2,8 @@
|
|||
// Licensed under GPLv2
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include <cmath>
|
||||
#include <cfloat>
|
||||
#include <cmath>
|
||||
#include <sstream>
|
||||
|
||||
#include "Common/BitSet.h"
|
||||
|
|
Loading…
Reference in New Issue