From 41d84d6c082ff45629d0dad30ae3ad6fbe39b2b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20J=C3=A4rvi?= Date: Wed, 21 Nov 2001 22:03:17 +0000 Subject: [PATCH] changed the include order [SVN r11764] --- include/boost/lambda/core.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/boost/lambda/core.hpp b/include/boost/lambda/core.hpp index de92e77..e330259 100644 --- a/include/boost/lambda/core.hpp +++ b/include/boost/lambda/core.hpp @@ -31,11 +31,11 @@ using ::boost::tuples::null_type; #include "boost/lambda/detail/lambda_config.hpp" #include "boost/lambda/detail/lambda_fwd.hpp" +#include "boost/lambda/detail/arity_code.hpp" +#include "boost/lambda/detail/actions.hpp" + #include "boost/lambda/detail/lambda_traits.hpp" -#include "boost/lambda/detail/arity_code.hpp" - -#include "boost/lambda/detail/actions.hpp" #include "boost/lambda/detail/function_adaptors.hpp" #include "boost/lambda/detail/return_type_traits.hpp"