#5617 Remove stray PluginVersion includes

This commit is contained in:
Andrew Nelless 2016-09-27 12:54:09 +01:00
parent aee8e2874e
commit 77d6b83b0c
3 changed files with 0 additions and 3 deletions

View File

@ -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>

View File

@ -21,7 +21,6 @@
#include "net/TCPListenSocket.h"
#include "net/SecureListenSocket.h"
#include "arch/Arch.h"
#include "common/PluginVersion.h"
#include "base/Log.h"
//

View File

@ -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"