From fe32a6d90bd0b4f931bdfce91d3a982b5fbc599d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= <git@el-tramo.be> Date: Fri, 16 Aug 2013 13:43:46 +0200 Subject: Fix double includes in EventLoop. Change-Id: Icd510a0737c46618acedc311b1b4e24b72d6673d 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; -- cgit v0.10.2-6-g49f6