This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

#5617 Remove stray PluginVersion includes

  • Loading branch information...
nlyan committed Sep 27, 2016
1 parent aee8e28 commit 77d6b83b0c254aeb85a2edc7b8a01ba31d7dd554
Showing with 0 additions and 3 deletions.
  1. +0 −1 src/lib/client/Client.cpp
  2. +0 −1 src/lib/net/TCPSocketFactory.cpp
  3. +0 −1 src/lib/server/ClientListener.cpp
@@ -38,7 +38,6 @@
#include "base/IEventQueue.h"
#include "base/TMethodEventJob.h"
#include "base/TMethodJob.h"
-#include "common/PluginVersion.h"
#include "common/stdexcept.h"
#include <cstring>
@@ -21,7 +21,6 @@
#include "net/TCPListenSocket.h"
#include "net/SecureListenSocket.h"
#include "arch/Arch.h"
-#include "common/PluginVersion.h"
#include "base/Log.h"
//
@@ -25,7 +25,6 @@
#include "net/IListenSocket.h"
#include "net/ISocketFactory.h"
#include "net/XSocket.h"
-#include "common/PluginVersion.h"
#include "base/Log.h"
#include "base/IEventQueue.h"
#include "base/TMethodEventJob.h"

0 comments on commit 77d6b83

Please sign in to comment.