summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2013-08-16 11:43:46 (GMT)
committerRemko Tronçon <git@el-tramo.be>2013-08-16 19:02:28 (GMT)
commitfe32a6d90bd0b4f931bdfce91d3a982b5fbc599d (patch)
treef1344d799d4918d62c09b1deff68e79ea53d083f /Swiften
parent53af82bb4f962ff7b372f3051060779cdb97779d (diff)
downloadswift-fe32a6d90bd0b4f931bdfce91d3a982b5fbc599d.zip
swift-fe32a6d90bd0b4f931bdfce91d3a982b5fbc599d.tar.bz2
Fix double includes in EventLoop.
Change-Id: Icd510a0737c46618acedc311b1b4e24b72d6673d
Diffstat (limited to 'Swiften')
-rw-r--r--Swiften/EventLoop/EventLoop.cpp7
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;