include cleanup
This commit is contained in:
@@ -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>
|
||||
|
@@ -33,6 +33,8 @@
|
||||
#include "Operation.hxx"
|
||||
#include "CancellableOperation.hxx"
|
||||
|
||||
#include <utility>
|
||||
|
||||
namespace Uring {
|
||||
|
||||
void
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user