From 967fe75bb6af36733241c1ecad335034aa692e18 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 22 Sep 2022 11:26:49 +1000 Subject: Cleanup: remove redundant includes from GHOST_SystemPathsUnix --- intern/ghost/intern/GHOST_SystemPathsUnix.cpp | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/intern/ghost/intern/GHOST_SystemPathsUnix.cpp b/intern/ghost/intern/GHOST_SystemPathsUnix.cpp index 41babc5d312..7e1d3d868c6 100644 --- a/intern/ghost/intern/GHOST_SystemPathsUnix.cpp +++ b/intern/ghost/intern/GHOST_SystemPathsUnix.cpp @@ -5,22 +5,17 @@ * \ingroup GHOST */ -#include #include #include "GHOST_SystemPathsUnix.h" #include "GHOST_Debug.h" -// For timing - +/* For timing. */ #include #include -#include /* for fprintf only */ -#include /* for exit */ - -#include /* for get home without use getenv() */ +#include /* For get home without use `getenv()`. */ #include using std::string; -- cgit v1.2.3