From 1978c49bea5b439d993067c055cec47e70db8fd6 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Sat, 7 Oct 2023 22:33:50 +0200 Subject: minor refactoring --- src/mime-printbody.cc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/mime-printbody.cc') diff --git a/src/mime-printbody.cc b/src/mime-printbody.cc index 0c9e0b8..0159e61 100644 --- a/src/mime-printbody.cc +++ b/src/mime-printbody.cc @@ -1,9 +1,10 @@ -/** -------------------------------------------------------------------- +/** * @file mime-printbody.cc * @brief Implementation of main mime parser components * @author Andreas Aardal Hanssen * @date 2002-2005 - * ----------------------------------------------------------------- **/ + */ + #include "convert.h" #include "iodevice.h" #include "iofactory.h" @@ -22,9 +23,6 @@ #include #include -using namespace ::std; - -//------------------------------------------------------------------------ void Binc::MimePart::printBody(int fd, IODevice &output, unsigned int startoffset, -- cgit v1.2.3