mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-09 16:36:51 +01:00
enh(MongoDB): Remove unused includes.
This commit is contained in:
@@ -14,8 +14,7 @@
|
||||
#include "Poco/MongoDB/OpMsgMessage.h"
|
||||
#include "Poco/MongoDB/MessageHeader.h"
|
||||
#include "Poco/MongoDB/Array.h"
|
||||
#include "Poco/StreamCopier.h"
|
||||
#include "Poco/Logger.h"
|
||||
#include <map>
|
||||
|
||||
#define POCO_MONGODB_DUMP false
|
||||
|
||||
|
||||
@@ -14,9 +14,7 @@
|
||||
|
||||
#include "Poco/MongoDB/ReadPreference.h"
|
||||
#include "Poco/MongoDB/TopologyDescription.h"
|
||||
#include "Poco/Random.h"
|
||||
#include "Poco/Format.h"
|
||||
#include <algorithm>
|
||||
#include <limits>
|
||||
|
||||
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
|
||||
|
||||
#include "Poco/MongoDB/RegularExpression.h"
|
||||
#include <sstream>
|
||||
|
||||
|
||||
namespace Poco {
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
#include "Poco/MongoDB/OpMsgMessage.h"
|
||||
#include "Poco/Exception.h"
|
||||
#include "Poco/Random.h"
|
||||
#include "Poco/Thread.h"
|
||||
#include "Poco/URI.h"
|
||||
#include "Poco/NumberParser.h"
|
||||
#include <chrono>
|
||||
|
||||
@@ -14,8 +14,6 @@
|
||||
|
||||
#include "Poco/MongoDB/ServerDescription.h"
|
||||
#include "Poco/MongoDB/Array.h"
|
||||
#include "Poco/Exception.h"
|
||||
#include "Poco/StringTokenizer.h"
|
||||
|
||||
|
||||
namespace Poco {
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
|
||||
|
||||
#include "Poco/MongoDB/TopologyDescription.h"
|
||||
#include "Poco/Exception.h"
|
||||
|
||||
|
||||
namespace Poco {
|
||||
|
||||
Reference in New Issue
Block a user