From 5fd44efb4a80ea2e13e47d5a09b06b7e78dfb809 Mon Sep 17 00:00:00 2001 From: grafikrobot Date: Thu, 2 May 2013 23:22:09 -0500 Subject: [PATCH] Move MINGW platform to formalized --- include/boost/predef.h | 3 ++- include/boost/predef/other.h | 1 - include/boost/predef/{other => platform}/mingw.h | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename include/boost/predef/{other => platform}/mingw.h (100%) diff --git a/include/boost/predef.h b/include/boost/predef.h index 6aeb904..8918aaf 100644 --- a/include/boost/predef.h +++ b/include/boost/predef.h @@ -1,5 +1,5 @@ /* -Copyright Redshift Software, Inc. 2008-2012 +Copyright Redshift Software, Inc. 2008-2013 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) @@ -14,5 +14,6 @@ http://www.boost.org/LICENSE_1_0.txt) #include #include #include +#include #endif diff --git a/include/boost/predef/other.h b/include/boost/predef/other.h index 341130e..a9c40a3 100644 --- a/include/boost/predef/other.h +++ b/include/boost/predef/other.h @@ -9,7 +9,6 @@ http://www.boost.org/LICENSE_1_0.txt) #define BOOST_PREDEF_OTHER_H #include -#include /*#include */ #endif diff --git a/include/boost/predef/other/mingw.h b/include/boost/predef/platform/mingw.h similarity index 100% rename from include/boost/predef/other/mingw.h rename to include/boost/predef/platform/mingw.h