0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-01 01:28:54 +02:00

ircd::fs: Reorg some #include statements.

This commit is contained in:
Jason Volk 2018-08-28 19:52:53 -07:00
parent 5c6874c790
commit e8e2ca4850
2 changed files with 1 additions and 2 deletions

View file

@ -10,6 +10,7 @@
#include <sys/syscall.h>
#include <sys/eventfd.h>
#include <ircd/asio.h>
#include "aio.h"
//

View file

@ -10,9 +10,7 @@
#pragma once
#define HAVE_AIO_H
#include <linux/aio_abi.h>
#include <ircd/asio.h>
namespace ircd::fs
{