Commit e9f6af61 authored by Max Kellermann's avatar Max Kellermann

event/Loop: forward-declare class {Idle,Defer}Event

parent b06c4e27
...@@ -24,8 +24,6 @@ ...@@ -24,8 +24,6 @@
#include "PollGroup.hxx" #include "PollGroup.hxx"
#include "WakeFD.hxx" #include "WakeFD.hxx"
#include "SocketMonitor.hxx" #include "SocketMonitor.hxx"
#include "IdleEvent.hxx"
#include "DeferEvent.hxx"
#include "thread/Id.hxx" #include "thread/Id.hxx"
#include "thread/Mutex.hxx" #include "thread/Mutex.hxx"
#include "util/Compiler.h" #include "util/Compiler.h"
...@@ -44,6 +42,8 @@ namespace Uring { class Queue; class Manager; } ...@@ -44,6 +42,8 @@ namespace Uring { class Queue; class Manager; }
#endif #endif
class TimerEvent; class TimerEvent;
class IdleEvent;
class DeferEvent;
/** /**
* An event loop that polls for events on file/socket descriptors. * An event loop that polls for events on file/socket descriptors.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment