Merge pull request #1027 from rohit-n/change-include

Include CommonTypes.h instead of Common.h.
This commit is contained in:
Ryan Houdek
2014-09-10 00:35:16 -05:00
285 changed files with 286 additions and 286 deletions

View File

@ -10,7 +10,7 @@
#include <string>
#include <vector>
#include "Common/Common.h"
#include "Common/CommonTypes.h"
#include "Common/Thread.h"
#include "InputCommon/ControllerInterface/Device.h"
#include "InputCommon/ControllerInterface/ExpressionParser.h"

View File

@ -7,7 +7,7 @@
#include <string>
#include <vector>
#include "Common/Common.h"
#include "Common/CommonTypes.h"
// idk in case I wanted to change it to double or something, idk what's best
typedef double ControlState;