From 2e06cb8e89ddae561cb3700654ad3e27009b4e47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Mon, 25 Aug 2008 02:34:37 +0000 Subject: [PATCH] Minor stylistic change in the Boost Build msvc.jam toolset module reordering the included modules. [SVN r48365] --- src/tools/msvc.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/msvc.jam b/src/tools/msvc.jam index 892a3a0cb..ae7071d9e 100644 --- a/src/tools/msvc.jam +++ b/src/tools/msvc.jam @@ -28,10 +28,10 @@ import feature ; import generators ; import mc ; import midl ; -import property ; import os ; import path ; import pch ; +import property ; import rc ; import toolset ; import type ;