Skip to content

Commit 5b0b645

Browse files
committed
fix include style
1 parent 348b5c2 commit 5b0b645

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ClientConnection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
#include <future>
3030
#include <optional>
3131

32-
#include "lib/PendingRequest.h"
3332
#ifdef USE_ASIO
3433
#include <asio/bind_executor.hpp>
3534
#include <asio/io_context.hpp>
@@ -56,6 +55,7 @@
5655
#include "Commands.h"
5756
#include "GetLastMessageIdResponse.h"
5857
#include "LookupDataResult.h"
58+
#include "PendingRequest.h"
5959
#include "SharedBuffer.h"
6060
#include "TimeUtils.h"
6161
#include "UtilAllocator.h"

0 commit comments

Comments
 (0)