From 3ec2814dda26bbc7f0c5ecfce97a8786122e35eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Wed, 29 Aug 2012 13:24:05 +0000 Subject: [PATCH] Internal Boost Jam cleanup - minor stylistic changes. [SVN r80301] --- v2/engine/strings.h | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/v2/engine/strings.h b/v2/engine/strings.h index a25c75dc4..749f28783 100644 --- a/v2/engine/strings.h +++ b/v2/engine/strings.h @@ -1,11 +1,14 @@ +/* + * Copyright 2004. David Abrahams + * Distributed under the Boost Software License, Version 1.0. + * (See accompanying file LICENSE_1_0.txt or copy at + * http://www.boost.org/LICENSE_1_0.txt) + */ + #ifndef STRINGS_DWA20011024_H -# define STRINGS_DWA20011024_H +#define STRINGS_DWA20011024_H -/* Copyright David Abrahams 2004. Distributed under the Boost */ -/* Software License, Version 1.0. (See accompanying */ -/* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ - -# include +#include typedef struct string {