summaryrefslogtreecommitdiff
path: root/src/components/protocol_handler
diff options
context:
space:
mode:
authorKozoriz <kozorizandriy@gmail.com>2016-03-24 10:13:18 +0200
committerKozoriz <kozorizandriy@gmail.com>2016-03-31 19:45:44 +0300
commit0881fce59b5455883283574b52af07556ee558d1 (patch)
tree7c6755e51749551398bc98b78b0d33e526d507f7 /src/components/protocol_handler
parente3d47f6bc697af0b8593550389e82b5f2d01cb23 (diff)
downloadsdl_core-0881fce59b5455883283574b52af07556ee558d1.tar.gz
Changes after review
Fixed LastState tests SharedPtr changed to auto_ptr in some cases Corrected consts in some cases
Diffstat (limited to 'src/components/protocol_handler')
-rw-r--r--src/components/protocol_handler/include/protocol_handler/protocol_handler_impl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/protocol_handler/include/protocol_handler/protocol_handler_impl.h b/src/components/protocol_handler/include/protocol_handler/protocol_handler_impl.h
index a25a33f9df..9378081854 100644
--- a/src/components/protocol_handler/include/protocol_handler/protocol_handler_impl.h
+++ b/src/components/protocol_handler/include/protocol_handler/protocol_handler_impl.h
@@ -36,7 +36,6 @@
#include <map>
#include <memory>
#include <set>
-#include <list>
#include <stdint.h>
#include <utility> // std::make_pair
#include <vector>