diff options
author | Vincent Richard <[email protected]> | 2004-12-26 09:35:13 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2004-12-26 09:35:13 +0000 |
commit | 263b6aa00fb009ff26ac51d65bc25b742f622a44 (patch) | |
tree | 0cf71e781427e9868b21323c1dfacafa392888db /src/utility/md5.cpp | |
parent | Renamed class 'disposition' to 'contentDisposition'. (diff) | |
download | vmime-263b6aa00fb009ff26ac51d65bc25b742f622a44.tar.gz vmime-263b6aa00fb009ff26ac51d65bc25b742f622a44.zip |
Removed relative paths from #include's.
Diffstat (limited to 'src/utility/md5.cpp')
-rw-r--r-- | src/utility/md5.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |