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/talk.cpp | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) (limited to 'engines/sludge/talk.cpp') diff --git a/engines/sludge/talk.cpp b/engines/sludge/talk.cpp index 86e2174e0e..59f71aa459 100644 --- a/engines/sludge/talk.cpp +++ b/engines/sludge/talk.cpp @@ -19,20 +19,21 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * */ -#include "allfiles.h" -#include "backdrop.h" -#include "sprites.h" -#include "sludger.h" -#include "objtypes.h" -#include "region.h" -#include "sprbanks.h" -#include "people.h" -#include "talk.h" -#include "sound.h" -#include "fonttext.h" -#include "newfatal.h" -#include "stringy.h" -#include "moreio.h" + +#include "sludge/allfiles.h" +#include "sludge/backdrop.h" +#include "sludge/sprites.h" +#include "sludge/sludger.h" +#include "sludge/objtypes.h" +#include "sludge/region.h" +#include "sludge/sprbanks.h" +#include "sludge/people.h" +#include "sludge/talk.h" +#include "sludge/sound.h" +#include "sludge/fonttext.h" +#include "sludge/newfatal.h" +#include "sludge/stringy.h" +#include "sludge/moreio.h" namespace Sludge { -- cgit v1.2.3