diff options
author | Vincent Richard <[email protected]> | 2004-12-26 20:23:29 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2004-12-26 20:23:29 +0000 |
commit | 4ce991d3b1bd97fbb896d17fb8f36f6650429a22 (patch) | |
tree | 2db6e072b862dd809d4acd8c571a1b859fdcb484 /src/messaging/defaultAuthenticator.hpp | |
parent | Allow creating a service from an URL. (diff) | |
download | vmime-4ce991d3b1bd97fbb896d17fb8f36f6650429a22.tar.gz vmime-4ce991d3b1bd97fbb896d17fb8f36f6650429a22.zip |
Moved all header files to 'vmime/' directory.
Diffstat (limited to '')
-rw-r--r-- | vmime/messaging/defaultAuthenticator.hpp (renamed from src/messaging/defaultAuthenticator.hpp) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/messaging/defaultAuthenticator.hpp b/vmime/messaging/defaultAuthenticator.hpp index b38e7bd6..b3149160 100644 --- a/src/messaging/defaultAuthenticator.hpp +++ b/vmime/messaging/defaultAuthenticator.hpp @@ -21,8 +21,8 @@ #define VMIME_MESSAGING_DEFAULTAUTHENTICATOR_HPP_INCLUDED -#include "messaging/authenticator.hpp" -#include "propertySet.hpp" +#include "vmime/messaging/authenticator.hpp" +#include "vmime/propertySet.hpp" namespace vmime { |