diff options
author | Florent Le Coz <louiz@louiz.org> | 2014-04-28 18:46:25 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2014-04-28 18:46:25 +0200 |
commit | c6059e5a215624e205cae401183f3a8bb1bf87d0 (patch) | |
tree | de5188c12d40ed5bced63fd6309ccc8440e965ec /src/xmpp | |
parent | ae41c5dee424e910e6e4d6a145493845a2c831c3 (diff) | |
download | biboumi-c6059e5a215624e205cae401183f3a8bb1bf87d0.tar.gz biboumi-c6059e5a215624e205cae401183f3a8bb1bf87d0.tar.bz2 biboumi-c6059e5a215624e205cae401183f3a8bb1bf87d0.tar.xz biboumi-c6059e5a215624e205cae401183f3a8bb1bf87d0.zip |
Upgrade to C++14
Diffstat (limited to 'src/xmpp')
-rw-r--r-- | src/xmpp/xmpp_component.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xmpp/xmpp_component.cpp b/src/xmpp/xmpp_component.cpp index 9ad2c61..60b12dd 100644 --- a/src/xmpp/xmpp_component.cpp +++ b/src/xmpp/xmpp_component.cpp @@ -1,4 +1,3 @@ -#include <utils/make_unique.hpp> #include <utils/scopeguard.hpp> #include <logger/logger.hpp> |