include cleanup

This commit is contained in:
Max Kellermann
2020-07-23 16:14:23 +02:00
parent 7daf80a0c0
commit 155fc8fa5a
10 changed files with 18 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2018 Max Kellermann <max.kellermann@gmail.com>
* Copyright 2012-2020 Max Kellermann <max.kellermann@gmail.com>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -30,7 +30,7 @@
#ifndef UNIQUE_FILE_DESCRIPTOR_HXX
#define UNIQUE_FILE_DESCRIPTOR_HXX
#include "FileDescriptor.hxx"
#include "FileDescriptor.hxx" // IWYU pragma: export
#include <cassert>
#include <utility>

View File

@@ -33,6 +33,8 @@
#include "Operation.hxx"
#include "CancellableOperation.hxx"
#include <utility>
namespace Uring {
void

View File

@@ -32,11 +32,8 @@
#include "Queue.hxx"
#include "CancellableOperation.hxx"
#include "Operation.hxx"
#include "util/DeleteDisposer.hxx"
#include <cassert>
namespace Uring {
Queue::Queue(unsigned entries, unsigned flags)