diff --git a/minecraft/Minecraft.Client/Source Files/stdafx.cpp b/minecraft/Minecraft.Client/Source Files/stdafx.cpp deleted file mode 100644 index d8fe7649e..000000000 --- a/minecraft/Minecraft.Client/Source Files/stdafx.cpp +++ /dev/null @@ -1,8 +0,0 @@ -// stdafx.cpp : source file that includes just the standard includes -// Minecraft.Client.pch will be the pre-compiled header -// stdafx.obj will contain the pre-compiled type information - -#include "Minecraft.World/Header Files/stdafx.h" - -// TODO: reference any additional headers you need in STDAFX.H -// and not in this file diff --git a/minecraft/Minecraft.World/Source Files/stdafx.cpp b/minecraft/Minecraft.World/Source Files/stdafx.cpp deleted file mode 100644 index 0979d0e47..000000000 --- a/minecraft/Minecraft.World/Source Files/stdafx.cpp +++ /dev/null @@ -1,8 +0,0 @@ -// stdafx.cpp : source file that includes just the standard includes -// Minecraft.World.pch will be the pre-compiled header -// stdafx.obj will contain the pre-compiled type information - -#include "../Header Files/stdafx.h" - -// TODO: reference any additional headers you need in STDAFX.H -// and not in this file