From 78161e2bbfba853cba004a0ea075f005f2022ae9 Mon Sep 17 00:00:00 2001 From: Jonathan Turkanis Date: Mon, 7 Feb 2005 01:21:02 +0000 Subject: [PATCH] removed unneeded includes [SVN r27200] --- include/boost/iostreams/detail/translate_int_type.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/boost/iostreams/detail/translate_int_type.hpp b/include/boost/iostreams/detail/translate_int_type.hpp index 258f6b0..a5062d3 100755 --- a/include/boost/iostreams/detail/translate_int_type.hpp +++ b/include/boost/iostreams/detail/translate_int_type.hpp @@ -11,9 +11,6 @@ # pragma once #endif -#include // char_traits. -#include // pair. -#include #include namespace boost { namespace iostreams { namespace detail {