From 51b6967947105dba42a22e33aadc7ee68ec03453 Mon Sep 17 00:00:00 2001 From: poljvd Date: Wed, 16 Oct 2013 12:53:53 +0200 Subject: [PATCH] Removed unused includes Former-commit-id: bd5ffa2d701729d86ecb9b9cf0182f1774e0fec8 --- libsrc/protoserver/ProtoClientConnection.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libsrc/protoserver/ProtoClientConnection.h b/libsrc/protoserver/ProtoClientConnection.h index 7933d417..ec7d2e1c 100644 --- a/libsrc/protoserver/ProtoClientConnection.h +++ b/libsrc/protoserver/ProtoClientConnection.h @@ -7,15 +7,9 @@ #include #include -// jsoncpp includes -#include - // Hyperion includes #include -// util includes -#include - // proto includes #include "message.pb.h"