[Scummvm-cvs-logs] scummvm master -> 85fa44c32d3021d538b132b47771efe01d5cb354
salty-horse
ori at avtalion.name
Sat Jan 2 14:33:26 CET 2016
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:
85fa44c32d JANITORIAL: Remove #includes of list_intern.h
Commit: 85fa44c32d3021d538b132b47771efe01d5cb354
https://github.com/scummvm/scummvm/commit/85fa44c32d3021d538b132b47771efe01d5cb354
Author: Ori Avtalion (ori at avtalion.name)
Date: 2016-01-02T15:32:38+02:00
Commit Message:
JANITORIAL: Remove #includes of list_intern.h
Changed paths:
engines/engine.cpp
engines/sci/graphics/frameout.cpp
diff --git a/engines/engine.cpp b/engines/engine.cpp
index d856366..475cc77 100644
--- a/engines/engine.cpp
+++ b/engines/engine.cpp
@@ -40,7 +40,6 @@
#include "common/str.h"
#include "common/error.h"
#include "common/list.h"
-#include "common/list_intern.h"
#include "common/memstream.h"
#include "common/scummsys.h"
#include "common/taskbar.h"
diff --git a/engines/sci/graphics/frameout.cpp b/engines/sci/graphics/frameout.cpp
index 9628e8a..61aeb00 100644
--- a/engines/sci/graphics/frameout.cpp
+++ b/engines/sci/graphics/frameout.cpp
@@ -23,7 +23,7 @@
#include "common/algorithm.h"
#include "common/events.h"
#include "common/keyboard.h"
-#include "common/list_intern.h"
+#include "common/list.h"
#include "common/str.h"
#include "common/system.h"
#include "common/textconsole.h"
More information about the Scummvm-git-logs
mailing list