summaryrefslogtreecommitdiff
path: root/boost/predef/architecture/x86/64.h
diff options
context:
space:
mode:
Diffstat (limited to 'boost/predef/architecture/x86/64.h')
-rw-r--r--boost/predef/architecture/x86/64.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/boost/predef/architecture/x86/64.h b/boost/predef/architecture/x86/64.h
index a035c88b15..f761c92596 100644
--- a/boost/predef/architecture/x86/64.h
+++ b/boost/predef/architecture/x86/64.h
@@ -1,5 +1,5 @@
/*
-Copyright Rene Rivera 2008-2013
+Copyright Rene Rivera 2008-2015
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)
@@ -42,9 +42,9 @@ http://www.boost.org/LICENSE_1_0.txt)
#define BOOST_ARCH_X86_64_NAME "Intel x86-64"
-#include <boost/predef/detail/test.h>
-BOOST_PREDEF_DECLARE_TEST(BOOST_ARCH_X86_64,BOOST_ARCH_X86_64_NAME)
-
#include <boost/predef/architecture/x86.h>
#endif
+
+#include <boost/predef/detail/test.h>
+BOOST_PREDEF_DECLARE_TEST(BOOST_ARCH_X86_64,BOOST_ARCH_X86_64_NAME)