Include CommonTypes.h instead of Common.h.

This commit is contained in:
Rohit Nirmal 2014-09-07 20:06:58 -05:00
parent bf0c4a644b
commit fbc64984ca
285 changed files with 286 additions and 286 deletions

View file

@ -12,7 +12,7 @@
// while interpreting them, and hope that the vertex format doesn't change, though, if you do it right
// when they are called. The reason is that the vertex format affects the sizes of the vertices.
#include "Common/Common.h"
#include "Common/CommonTypes.h"
#include "Common/CPUDetect.h"
#include "Core/Core.h"
#include "Core/Host.h"