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/bridge | |
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/bridge')
-rw-r--r-- | src/bridge/colors.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bridge/colors.cpp b/src/bridge/colors.cpp index aff001e..49f7a39 100644 --- a/src/bridge/colors.cpp +++ b/src/bridge/colors.cpp @@ -1,9 +1,7 @@ #include <bridge/colors.hpp> #include <xmpp/xmpp_stanza.hpp> -#include <utils/make_unique.hpp> #include <algorithm> - #include <iostream> #include <string.h> |