mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-10 00:52:11 +01:00
Also moved TimingWheel to core.
This commit is contained in:
parent
556fa194ab
commit
fc6381a6e5
@ -12,7 +12,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <trantor/utils/TimingWheel.h>
|
||||
#include "core/loops/timing_wheel.h"
|
||||
|
||||
using namespace trantor;
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include "core/loops/event_loop_thread_pool.h"
|
||||
#include "core/net/inet_address.h"
|
||||
#include <trantor/net/TcpConnection.h>
|
||||
#include <trantor/utils/TimingWheel.h>
|
||||
#include "core/loops/timing_wheel.h"
|
||||
#include <trantor/exports.h>
|
||||
#include <string>
|
||||
#include <memory>
|
||||
|
@ -15,7 +15,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <trantor/net/TcpConnection.h>
|
||||
#include <trantor/utils/TimingWheel.h>
|
||||
#include "core/loops/timing_wheel.h"
|
||||
#include <list>
|
||||
#include <mutex>
|
||||
#ifndef _WIN32
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include <trantor/utils/TimingWheel.h>
|
||||
#include "core/loops/timing_wheel.h"
|
||||
#include "core/log/logger.h"
|
||||
#include <memory>
|
||||
class MyClass
|
||||
|
Loading…
Reference in New Issue
Block a user