recording: Removed redundant #includes and reliance on Common.h

Including Common.h was excessive (for logging) and causing compiler errors on MSVCv142, this bypasses that issue.
The only references to something similar to the errors I was seeing was this https://developercommunity.visualstudio.com/content/problem/845325/stdmake-shared-pch-virtual-method-googletest-cause.html which is resolved in the upcoming VS - 16.6 release (16.5 at the time of writing)
This commit is contained in:
Tyler Wilding
2020-10-01 17:52:59 +01:00
committed by refractionpcsx2
parent ed829d427c
commit d296f0257f
9 changed files with 29 additions and 52 deletions
+3 -3
View File
@@ -15,9 +15,9 @@
#include "PrecompiledHeader.h"
#include "Common.h"
#include "ConsoleLogger.h"
#include "PadData.h"
#include "DebugTools/Debug.h"
#include "Recording/PadData.h"
void PadData::UpdateControllerData(u16 bufIndex, u8 const &bufVal)
{