diff options
author | Le Philousophe | 2019-05-26 18:05:23 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2019-06-01 22:43:48 +0200 |
commit | 57074300caf0340e31308fd7dc7bf3cd78e4e882 (patch) | |
tree | f059a583923b9c8623eba46fc1f42a06844b8136 /engines/cryomni3d | |
parent | dae772f496c0eaa2df40b65292dddc850263f2cf (diff) | |
download | scummvm-rg350-57074300caf0340e31308fd7dc7bf3cd78e4e882.tar.gz scummvm-rg350-57074300caf0340e31308fd7dc7bf3cd78e4e882.tar.bz2 scummvm-rg350-57074300caf0340e31308fd7dc7bf3cd78e4e882.zip |
CRYOMNI3D: Remove superflous header
Diffstat (limited to 'engines/cryomni3d')
-rw-r--r-- | engines/cryomni3d/cryomni3d.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/cryomni3d/cryomni3d.cpp b/engines/cryomni3d/cryomni3d.cpp index bd27ea715f..92c6314d4c 100644 --- a/engines/cryomni3d/cryomni3d.cpp +++ b/engines/cryomni3d/cryomni3d.cpp @@ -38,8 +38,6 @@ #include "cryomni3d/image/hlz.h" #include "cryomni3d/video/hnm_decoder.h" -#include <stdarg.h> // For va_list etc. - namespace CryOmni3D { CryOmni3DEngine::CryOmni3DEngine(OSystem *syst, |