aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/rfc822
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-04-07 17:58:24 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-04-07 17:58:24 -0700
commit961ce883bd2ca1ff1f1c100be105e6f9c43a80e8 (patch)
tree62ac69236ca58bed7fff57c71294a17497910c78 /src/core/rfc822
parentb2ea4684cae93675ea29b1e9e7731ccd56701a11 (diff)
Removed headers dependencies on ICU, libetpan.
Diffstat (limited to 'src/core/rfc822')
-rw-r--r--src/core/rfc822/MCAttachment.cc1
-rw-r--r--src/core/rfc822/MCMessageBuilder.cc1
-rw-r--r--src/core/rfc822/MCMessageParser.cc2
3 files changed, 4 insertions, 0 deletions
diff --git a/src/core/rfc822/MCAttachment.cc b/src/core/rfc822/MCAttachment.cc
index 5020ebd9..0874d300 100644
--- a/src/core/rfc822/MCAttachment.cc
+++ b/src/core/rfc822/MCAttachment.cc
@@ -8,6 +8,7 @@
#include <stdlib.h>
#include <string.h>
+#include <libetpan/libetpan.h>
using namespace mailcore;
diff --git a/src/core/rfc822/MCMessageBuilder.cc b/src/core/rfc822/MCMessageBuilder.cc
index 461931c9..01a4aec6 100644
--- a/src/core/rfc822/MCMessageBuilder.cc
+++ b/src/core/rfc822/MCMessageBuilder.cc
@@ -7,6 +7,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
+#include <libetpan/libetpan.h>
using namespace mailcore;
diff --git a/src/core/rfc822/MCMessageParser.cc b/src/core/rfc822/MCMessageParser.cc
index a0dcf142..335ff43f 100644
--- a/src/core/rfc822/MCMessageParser.cc
+++ b/src/core/rfc822/MCMessageParser.cc
@@ -1,5 +1,7 @@
#include "MCMessageParser.h"
+#include <libetpan/libetpan.h>
+
#include "MCAttachment.h"
#include "MCMessageHeader.h"
#include "MCHTMLRenderer.h"