summaryrefslogtreecommitdiff
path: root/src/mime-printbody.cc
diff options
context:
space:
mode:
authorJannis M. Hoffmann <jannis@fehcom.de>2023-10-07 22:33:50 +0200
committerJannis M. Hoffmann <jannis@fehcom.de>2023-10-08 11:35:51 +0200
commit1978c49bea5b439d993067c055cec47e70db8fd6 (patch)
tree255caea96a13f95564e6b631be9a4ac55ce33cd9 /src/mime-printbody.cc
parent3b1278f5459514a6d6364f068ff97b8a0432057b (diff)
minor refactoring
Diffstat (limited to 'src/mime-printbody.cc')
-rw-r--r--src/mime-printbody.cc8
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,