aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test-all.h2
-rw-r--r--tests/test-all.mm2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-all.h b/tests/test-all.h
index 2f020ae8..6197cf47 100644
--- a/tests/test-all.h
+++ b/tests/test-all.h
@@ -9,7 +9,7 @@
#ifndef __mailcore2__test_all__
#define __mailcore2__test_all__
-#include <mailcore/mailcore.h>
+#include <MailCore/MailCore.h>
extern void testAll();
diff --git a/tests/test-all.mm b/tests/test-all.mm
index d9ed9249..97de53fd 100644
--- a/tests/test-all.mm
+++ b/tests/test-all.mm
@@ -11,7 +11,7 @@
#include <unicode/putil.h>
#include <unicode/uclean.h>
#include <unicode/ucnv.h>
-#include <mailcore/mailcore.h>
+#include <MailCore/MailCore.h>
extern "C" {
extern int mailstream_debug;