mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-01 06:52:46 +01:00
Remove unnecessary includes
This commit is contained in:
parent
8f950a903a
commit
5c077ea4f9
@ -21,7 +21,6 @@
|
||||
|
||||
|
||||
#include "Poco/Net/SocketAddress.h"
|
||||
#include "Poco/Optional.h"
|
||||
|
||||
#include "Poco/Redis/Redis.h"
|
||||
#include "Poco/Redis/Array.h"
|
||||
|
@ -19,7 +19,6 @@
|
||||
#define Redis_Error_INCLUDED
|
||||
|
||||
#include "Poco/Redis/Type.h"
|
||||
#include "Poco/Redis/RedisSocket.h"
|
||||
|
||||
namespace Poco {
|
||||
namespace Redis {
|
||||
|
@ -14,7 +14,6 @@
|
||||
//
|
||||
// SPDX-License-Identifier: BSL-1.0
|
||||
//
|
||||
#include <iostream>
|
||||
#include "Poco/Redis/Client.h"
|
||||
|
||||
|
||||
|
@ -14,7 +14,6 @@
|
||||
//
|
||||
// SPDX-License-Identifier: BSL-1.0
|
||||
//
|
||||
#include <iostream>
|
||||
#include "Poco/Redis/RedisSocket.h"
|
||||
|
||||
namespace Poco {
|
||||
|
Loading…
x
Reference in New Issue
Block a user