From 99bcf746a0c595d1ca20faa4949937e33eac6251 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 14 Aug 2025 15:19:58 +1000 Subject: [PATCH] Cleanup: remove header added last commit --- intern/ghost/intern/GHOST_Context.hh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/intern/ghost/intern/GHOST_Context.hh b/intern/ghost/intern/GHOST_Context.hh index f81eb7e7baa..7fcb4676c54 100644 --- a/intern/ghost/intern/GHOST_Context.hh +++ b/intern/ghost/intern/GHOST_Context.hh @@ -12,8 +12,7 @@ #include "GHOST_IContext.hh" #include "GHOST_Types.h" -#include // for nullptr -#include +#include /* For `nullptr`. */ class GHOST_Context : public GHOST_IContext { protected: