remove event-async includes

This commit is contained in:
Martin Michelsen
2022-03-08 00:45:07 -08:00
parent e1638bdc67
commit 36d02c37fc
2 changed files with 1 additions and 4 deletions
+1 -2
View File
@@ -2,6 +2,7 @@
#include <stdint.h>
#include <netinet/in.h>
#include <event2/buffer.h>
#include <event2/bufferevent.h>
#include <event2/listener.h>
@@ -16,8 +17,6 @@
#include <phosg/Network.hh>
#include <phosg/Random.hh>
#include <phosg/Time.hh>
#include <event-async/Base.hh>
#include <event-async/Buffer.hh>
#include "IPFrameInfo.hh"
#include "DNSServer.hh"
-2
View File
@@ -5,8 +5,6 @@
#include <string>
#include <phosg/Process.hh>
#include <phosg/Filesystem.hh>
#include <event-async/Task.hh>
#include <event-async/Base.hh>
#include "IPFrameInfo.hh"
#include "Server.hh"