From 44f6982e965841c1ad4428eca98b404abec5cc38 Mon Sep 17 00:00:00 2001 From: Tropical <42101043+tropicaaal@users.noreply.github.com> Date: Mon, 30 Mar 2026 12:56:14 -0500 Subject: [PATCH] nuke empty stdafx source files --- minecraft/Minecraft.Client/Source Files/stdafx.cpp | 8 -------- minecraft/Minecraft.World/Source Files/stdafx.cpp | 8 -------- 2 files changed, 16 deletions(-) delete mode 100644 minecraft/Minecraft.Client/Source Files/stdafx.cpp delete mode 100644 minecraft/Minecraft.World/Source Files/stdafx.cpp 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