From a8ccd053157f18c5d125bb114cdb1e17ac17460a Mon Sep 17 00:00:00 2001 From: yinsimei Date: Mon, 5 Jun 2017 19:10:47 +0200 Subject: SLUDGE: header formatting --- engines/sludge/backdrop.cpp | 37 +++++++++++++++---------------------- 1 file changed, 15 insertions(+), 22 deletions(-) (limited to 'engines/sludge/backdrop.cpp') diff --git a/engines/sludge/backdrop.cpp b/engines/sludge/backdrop.cpp index 24185930a9..d80a8aeec6 100644 --- a/engines/sludge/backdrop.cpp +++ b/engines/sludge/backdrop.cpp @@ -20,32 +20,25 @@ * */ -#include "allfiles.h" -#include "debug.h" -#include "newfatal.h" -#include "colours.h" -#include "fileset.h" -#include "cursors.h" -#include "backdrop.h" -#include "language.h" -#include "moreio.h" -#include "variable.h" -#include "zbuffer.h" -#include "graphics.h" -#include "line.h" -#include "people.h" -#include "talk.h" -#include "sludger.h" -#include "statusba.h" -#include "variable.h" -#include "CommonCode/version.h" #include "common/debug.h" +#include "common/rect.h" #include "image/png.h" #include "graphics/surface.h" #include "graphics/palette.h" -#include "sludge.h" -#include "imgloader.h" -#include "common/rect.h" + +#include "sludge/allfiles.h" +#include "sludge/newfatal.h" +#include "sludge/colours.h" +#include "sludge/fileset.h" +#include "sludge/backdrop.h" +#include "sludge/moreio.h" +#include "sludge/zbuffer.h" +#include "sludge/graphics.h" +#include "sludge/line.h" +#include "sludge/sludge.h" +#include "sludge/sludger.h" +#include "sludge/variable.h" +#include "sludge/imgloader.h" namespace Sludge { -- cgit v1.2.3