diff options
author | louiz’ <louiz@louiz.org> | 2017-09-21 21:57:01 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2017-10-04 21:51:58 +0200 |
commit | 1c3d4f6f5fdf5829e931770523251abe9522914b (patch) | |
tree | 8f6cc63bbab5f98018a87eb9d8df358910d68ac9 /src/xmpp | |
parent | 95ae49ef4dfdeffec0895e617e557b2ef1f13888 (diff) | |
download | biboumi-1c3d4f6f5fdf5829e931770523251abe9522914b.tar.gz biboumi-1c3d4f6f5fdf5829e931770523251abe9522914b.tar.bz2 biboumi-1c3d4f6f5fdf5829e931770523251abe9522914b.tar.xz biboumi-1c3d4f6f5fdf5829e931770523251abe9522914b.zip |
Remove a redundant Body definition
Diffstat (limited to 'src/xmpp')
-rw-r--r-- | src/xmpp/body.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xmpp/body.hpp b/src/xmpp/body.hpp index 068d1a4..f693cdd 100644 --- a/src/xmpp/body.hpp +++ b/src/xmpp/body.hpp @@ -1,5 +1,9 @@ #pragma once +#include <tuple> +#include <memory> + +class XmlNode; namespace Xmpp { |