aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMontellese <montellese@xbmc.org>2012-03-26 15:13:33 +0200
committerMontellese <montellese@xbmc.org>2012-03-26 15:13:33 +0200
commit8c38ea623f1ddb819d03ffcff7078e7b0b2c4af7 (patch)
tree0af343a0d3fa699804b7c7e17dea2a11ac05bb3c
parentfbe0667137a86d637790a0f58cf2868881817ccd (diff)
websocket: remove unneeded <boost/uuid/sha1.hpp> include from v13 implementation (only needed in v8 implementation)
-rw-r--r--xbmc/network/websocket/WebSocketV13.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/xbmc/network/websocket/WebSocketV13.cpp b/xbmc/network/websocket/WebSocketV13.cpp
index aa084839db..83c8314582 100644
--- a/xbmc/network/websocket/WebSocketV13.cpp
+++ b/xbmc/network/websocket/WebSocketV13.cpp
@@ -21,7 +21,6 @@
#include <string>
#include <sstream>
-#include <boost/uuid/sha1.hpp>
#include "WebSocketV13.h"
#include "WebSocket.h"