diff options
Diffstat (limited to 'Swiften/Elements/RosterItemExchangePayload.h')
-rw-r--r-- | Swiften/Elements/RosterItemExchangePayload.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/Elements/RosterItemExchangePayload.h b/Swiften/Elements/RosterItemExchangePayload.h index d9e2912..cbe9ffa 100644 --- a/Swiften/Elements/RosterItemExchangePayload.h +++ b/Swiften/Elements/RosterItemExchangePayload.h @@ -10,8 +10,8 @@ #include <string> #include <boost/shared_ptr.hpp> -#include "Swiften/Elements/Payload.h" -#include "Swiften/JID/JID.h" +#include <Swiften/Elements/Payload.h> +#include <Swiften/JID/JID.h> namespace Swift { |