summaryrefslogtreecommitdiff
path: root/loolwsd/LOOLSession.cpp
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-03-08 09:31:29 +0200
committerTor Lillqvist <tml@collabora.com>2016-03-08 09:44:04 +0200
commite7e1ef58ae8ae0a0bceebc40491c4a2c1db293df (patch)
tree76f2159f17b755e8a5466918e94fbcba2f16f65e /loolwsd/LOOLSession.cpp
parent61ee1ae842de390c224c6f455e1743d178bdee03 (diff)
Cosmetics: Sort and prune #include and 'using' lines
Diffstat (limited to 'loolwsd/LOOLSession.cpp')
-rw-r--r--loolwsd/LOOLSession.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/loolwsd/LOOLSession.cpp b/loolwsd/LOOLSession.cpp
index 32f3e7cd2..1ffeb2129 100644
--- a/loolwsd/LOOLSession.cpp
+++ b/loolwsd/LOOLSession.cpp
@@ -24,13 +24,7 @@
#include <mutex>
#include <set>
-#define LOK_USE_UNSTABLE_API
-#include <LibreOfficeKit/LibreOfficeKit.h>
-#include <LibreOfficeKit/LibreOfficeKitEnums.h>
-
-#include <Poco/Exception.h>
#include <Poco/Exception.h>
-#include <Poco/Net/NetException.h>
#include <Poco/Net/WebSocket.h>
#include <Poco/Path.h>
#include <Poco/String.h>