summaryrefslogtreecommitdiff
path: root/boost/beast/core/file.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/beast/core/file.hpp')
-rw-r--r--boost/beast/core/file.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/boost/beast/core/file.hpp b/boost/beast/core/file.hpp
index 09c8e82081..207f8ef26c 100644
--- a/boost/beast/core/file.hpp
+++ b/boost/beast/core/file.hpp
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2015-2016 Vinnie Falco (vinnie dot falco at gmail dot com)
+// Copyright (c) 2015-2019 Vinnie Falco (vinnie dot falco at gmail dot com)
//
// 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)
@@ -15,7 +15,6 @@
#include <boost/beast/core/file_posix.hpp>
#include <boost/beast/core/file_stdio.hpp>
#include <boost/beast/core/file_win32.hpp>
-#include <boost/config.hpp>
namespace boost {
namespace beast {
@@ -23,7 +22,7 @@ namespace beast {
/** An implementation of File.
This alias is set to the best available implementation
- of @b File given the platform and build settings.
+ of <em>File</em> given the platform and build settings.
*/
#if BOOST_BEAST_DOXYGEN
struct file : file_stdio