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 {