[Scummvm-git-logs] scummvm master -> 2b478d6fdad5fa2de6c23118641eda395e2b46f4
sev-
noreply at scummvm.org
Fri Dec 23 17:35:16 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
2b478d6fda HPL1: Disable seemingly redundant header
Commit: 2b478d6fdad5fa2de6c23118641eda395e2b46f4
https://github.com/scummvm/scummvm/commit/2b478d6fdad5fa2de6c23118641eda395e2b46f4
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2022-12-23T18:34:51+01:00
Commit Message:
HPL1: Disable seemingly redundant header
Changed paths:
engines/hpl1/engine/libraries/newton/core/dgTypes.h
diff --git a/engines/hpl1/engine/libraries/newton/core/dgTypes.h b/engines/hpl1/engine/libraries/newton/core/dgTypes.h
index 318f67cdbc0..7d882d61b92 100644
--- a/engines/hpl1/engine/libraries/newton/core/dgTypes.h
+++ b/engines/hpl1/engine/libraries/newton/core/dgTypes.h
@@ -80,7 +80,7 @@
#else
#include <assert.h>
#include <pthread.h>
-#include <semaphore.h>
+//#include <semaphore.h>
#include <unistd.h>
#ifdef __APPLE__
More information about the Scummvm-git-logs
mailing list