diff --git a/Source/Project64-core/AppInit.cpp b/Source/Project64-core/AppInit.cpp index 3ea66234f..be60eb1ba 100644 --- a/Source/Project64-core/AppInit.cpp +++ b/Source/Project64-core/AppInit.cpp @@ -1,6 +1,6 @@ #include "stdafx.h" -#include -#include +#include +#include #include #include #include diff --git a/Source/Project64-core/stdafx.h b/Source/Project64-core/stdafx.h index 02907c79b..bad1aa83b 100644 --- a/Source/Project64-core/stdafx.h +++ b/Source/Project64-core/stdafx.h @@ -1,6 +1,6 @@ -#include +#include #include -#include +#include #include "Multilanguage.h" #include "Notification.h"