diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-05-13 22:23:26 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-05-13 22:23:26 (GMT) |
commit | b2d66910ba803570644e4df780432f1b41d1a8d5 (patch) | |
tree | a4f7524e7fa44fb9ade252e9944e81527054dd5b /Swiften/AdHoc | |
parent | 9a6d7a8c18024b400174be8008b9f19c18a8131f (diff) | |
download | swift-contrib-b2d66910ba803570644e4df780432f1b41d1a8d5.zip swift-contrib-b2d66910ba803570644e4df780432f1b41d1a8d5.tar.bz2 |
Fixed headers.
Diffstat (limited to 'Swiften/AdHoc')
-rw-r--r-- | Swiften/AdHoc/OutgoingAdHocCommandSession.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Swiften/AdHoc/OutgoingAdHocCommandSession.h b/Swiften/AdHoc/OutgoingAdHocCommandSession.h index 5c27022..a64eb4e 100644 --- a/Swiften/AdHoc/OutgoingAdHocCommandSession.h +++ b/Swiften/AdHoc/OutgoingAdHocCommandSession.h @@ -6,9 +6,12 @@ #pragma once -#include <Swiften/Base/boost_bsignals.h> #include <boost/shared_ptr.hpp> -#include <Swiften/Elements/DiscoItems.h> +#include <string> +#include <map> + +#include <Swiften/JID/JID.h> +#include <Swiften/Base/boost_bsignals.h> #include <Swiften/Elements/Command.h> #include <Swiften/Elements/ErrorPayload.h> |