diff options
-rw-r--r-- | Swiften/EventLoop/EventLoop.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Swiften/EventLoop/EventLoop.cpp b/Swiften/EventLoop/EventLoop.cpp index 014b81f..502bc49 100644 --- a/Swiften/EventLoop/EventLoop.cpp +++ b/Swiften/EventLoop/EventLoop.cpp @@ -7,15 +7,14 @@ #include <Swiften/EventLoop/EventLoop.h> #include <algorithm> -#include <boost/bind.hpp> #include <iostream> #include <cassert> +#include <boost/bind.hpp> +#include <boost/lambda/lambda.hpp> +#include <boost/lambda/bind.hpp> #include <boost/thread/locks.hpp> #include <Swiften/Base/Log.h> -#include <boost/thread/locks.hpp> -#include <boost/lambda/lambda.hpp> -#include <boost/lambda/bind.hpp> namespace lambda = boost::lambda; |