mirror of
https://github.com/matrix-construct/construct
synced 2024-10-31 19:08:59 +01:00
ircd::fs: Reorg some #include statements.
This commit is contained in:
parent
5c6874c790
commit
e8e2ca4850
2 changed files with 1 additions and 2 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
#include <sys/syscall.h>
|
||||
#include <sys/eventfd.h>
|
||||
#include <ircd/asio.h>
|
||||
#include "aio.h"
|
||||
|
||||
//
|
||||
|
|
|
@ -10,9 +10,7 @@
|
|||
|
||||
#pragma once
|
||||
#define HAVE_AIO_H
|
||||
|
||||
#include <linux/aio_abi.h>
|
||||
#include <ircd/asio.h>
|
||||
|
||||
namespace ircd::fs
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue