From 263b6aa00fb009ff26ac51d65bc25b742f622a44 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Sun, 26 Dec 2004 09:35:13 +0000 Subject: Removed relative paths from #include's. --- src/utility/md5.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utility/md5.cpp') diff --git a/src/utility/md5.cpp b/src/utility/md5.cpp index e181a5d0..9a1d4129 100644 --- a/src/utility/md5.cpp +++ b/src/utility/md5.cpp @@ -44,7 +44,7 @@ // These notices must be retained in any copies of any part of this // documentation and/or software. -#include "md5.hpp" +#include "utility/md5.hpp" namespace vmime { -- cgit v1.2.3