[Scummvm-cvs-logs] scummvm master -> 7d78a74156c0fc7b0dbcbf05a0606112fc3243d2

sev- sev at scummvm.org
Fri Jun 27 18:08:06 CEST 2014


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:
7d78a74156 FULLPIPE: Reduce header dependency


Commit: 7d78a74156c0fc7b0dbcbf05a0606112fc3243d2
    https://github.com/scummvm/scummvm/commit/7d78a74156c0fc7b0dbcbf05a0606112fc3243d2
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2014-06-27T19:07:27+03:00

Commit Message:
FULLPIPE: Reduce header dependency

Changed paths:
    engines/fullpipe/motion.cpp



diff --git a/engines/fullpipe/motion.cpp b/engines/fullpipe/motion.cpp
index 3a89be3..49cf884 100644
--- a/engines/fullpipe/motion.cpp
+++ b/engines/fullpipe/motion.cpp
@@ -22,15 +22,10 @@
 
 #include "fullpipe/fullpipe.h"
 
-#include "common/file.h"
-#include "common/array.h"
-#include "common/list.h"
-
-#include "fullpipe/objects.h"
+#include "fullpipe/utils.h"
 #include "fullpipe/statics.h"
 #include "fullpipe/gameloader.h"
 #include "fullpipe/motion.h"
-#include "fullpipe/messages.h"
 
 namespace Fullpipe {
 






More information about the Scummvm-git-logs mailing list