[Scummvm-cvs-logs] scummvm master -> 35244a8643b53fdf753b4650c5cd0f1ad3829b9b

lordhoto lordhoto at gmail.com
Mon Dec 14 05:24:11 CET 2015


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:
35244a8643 SWORD25: Make #include follow our conventions.


Commit: 35244a8643b53fdf753b4650c5cd0f1ad3829b9b
    https://github.com/scummvm/scummvm/commit/35244a8643b53fdf753b4650c5cd0f1ad3829b9b
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2015-12-14T05:23:16+01:00

Commit Message:
SWORD25: Make #include follow our conventions.

Changed paths:
    engines/sword25/gfx/image/vectorimagerenderer.cpp



diff --git a/engines/sword25/gfx/image/vectorimagerenderer.cpp b/engines/sword25/gfx/image/vectorimagerenderer.cpp
index c69cb49..be734c7 100644
--- a/engines/sword25/gfx/image/vectorimagerenderer.cpp
+++ b/engines/sword25/gfx/image/vectorimagerenderer.cpp
@@ -38,8 +38,7 @@
  *
  */
 
-#include "art.h"
-
+#include "sword25/gfx/image/art.h"
 #include "sword25/gfx/image/vectorimage.h"
 #include "graphics/colormasks.h"
 






More information about the Scummvm-git-logs mailing list