diff --git a/pcsx2/windows/VCprojects/pcsx2_2008.vcproj b/pcsx2/windows/VCprojects/pcsx2_2008.vcproj index 73dfb29cf8..eb7998b741 100644 --- a/pcsx2/windows/VCprojects/pcsx2_2008.vcproj +++ b/pcsx2/windows/VCprojects/pcsx2_2008.vcproj @@ -1184,7 +1184,7 @@ -#include +#include #endif #include diff --git a/plugins/zerogs/dx/Regs.cpp b/plugins/zerogs/dx/Regs.cpp index 5d094feba1..44338d7080 100644 --- a/plugins/zerogs/dx/Regs.cpp +++ b/plugins/zerogs/dx/Regs.cpp @@ -18,7 +18,7 @@ #if defined(_WIN32) || defined(__WIN32__) #include -#include +#include #endif #include diff --git a/plugins/zerogs/dx/Windows/Conf.cpp b/plugins/zerogs/dx/Windows/Conf.cpp index 904461f14e..c93a3bff90 100644 --- a/plugins/zerogs/dx/Windows/Conf.cpp +++ b/plugins/zerogs/dx/Windows/Conf.cpp @@ -1,6 +1,6 @@ #if defined(_WIN32) || defined(__WIN32__) #include -#include +#include #endif #include diff --git a/plugins/zerogs/dx/Windows/Win32.cpp b/plugins/zerogs/dx/Windows/Win32.cpp index baf04cc105..1672d8c503 100644 --- a/plugins/zerogs/dx/Windows/Win32.cpp +++ b/plugins/zerogs/dx/Windows/Win32.cpp @@ -1,6 +1,6 @@ #if defined(_WIN32) || defined(__WIN32__) #include -#include +#include #endif #include diff --git a/plugins/zerogs/dx/Windows/zerogs_2008.vcproj b/plugins/zerogs/dx/Windows/zerogs_2008.vcproj index da22f2bdc5..70bf3b1200 100644 --- a/plugins/zerogs/dx/Windows/zerogs_2008.vcproj +++ b/plugins/zerogs/dx/Windows/zerogs_2008.vcproj @@ -65,7 +65,7 @@ /> -#include +#include #endif #include diff --git a/plugins/zerogs/dx/zerogs.cpp b/plugins/zerogs/dx/zerogs.cpp index 989bff2caf..67e307a598 100644 --- a/plugins/zerogs/dx/zerogs.cpp +++ b/plugins/zerogs/dx/zerogs.cpp @@ -18,7 +18,7 @@ #if defined(_WIN32) || defined(__WIN32__) #include -#include +#include #include #endif