VideoCommon: fix include order

This commit is contained in:
Markus Wick 2014-12-04 15:15:16 +01:00
parent 6d5e9cb5b1
commit 02dae1d1ba
1 changed files with 1 additions and 1 deletions

View File

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