From 82593fd6c1313b42369cd7ca308fb970b4cff35d Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Fri, 5 Dec 2025 09:42:35 -0800
Subject: [PATCH] Revert "Add the revision to SDL_version.h"
This reverts commit a3992f504cf70b4fb3e4d66fa954ddd545c4609b.
The reason SDL_revision.h was not included by SDL.h or SDL_version.h is because SDL_revision.h changes with every git commit, causing a complete SDL rebuild for every trivial git commit.
---
include/SDL3/SDL_version.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/SDL3/SDL_version.h b/include/SDL3/SDL_version.h
index 5ef199bbf4120..74aa7821d0a25 100644
--- a/include/SDL3/SDL_version.h
+++ b/include/SDL3/SDL_version.h
@@ -30,7 +30,6 @@
#define SDL_version_h_
#include <SDL3/SDL_stdinc.h>
-#include <SDL3/SDL_revision.h>
#include <SDL3/SDL_begin_code.h>
/* Set up for C function definitions, even when using C++ */