diff options
Diffstat (limited to 'src/mime-printbody.cc')
-rw-r--r-- | src/mime-printbody.cc | 8 |
1 files changed, 3 insertions, 5 deletions
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 <stdio.h> #include <string.h> -using namespace ::std; - -//------------------------------------------------------------------------ void Binc::MimePart::printBody(int fd, IODevice &output, unsigned int startoffset, |