mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
VideoCommon: fix include order
This commit is contained in:
parent
6d5e9cb5b1
commit
02dae1d1ba
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue