D-Bus: fix compiler warning

We unintentionally and unnecessarily included boost/signals.hpp instead of
boost/signals2.hpp, which started to trigger warnings with later versions of
boost.
This commit is contained in:
Patrick Ohly 2013-10-23 01:34:47 -07:00
parent abeefa3a4e
commit 317246c352
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#include "read-operations.h"
#include <boost/signals.hpp>
#include <boost/signals2.hpp>
SE_BEGIN_CXX