util/{Const,Writable}Buffer: include cleanup

This commit is contained in:
Max Kellermann 2021-02-04 17:27:18 +01:00
parent c72006dbcc
commit f4a5d671fe
3 changed files with 4 additions and 6 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright 2013-2020 Max Kellermann <max.kellermann@gmail.com>
* Copyright 2013-2021 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,8 +30,6 @@
#ifndef CONST_BUFFER_HXX
#define CONST_BUFFER_HXX
#include "Compiler.h"
#include <cassert>
#include <cstddef>

View File

@ -1,5 +1,5 @@
/*
* Copyright 2013-2019 Max Kellermann <max.kellermann@gmail.com>
* Copyright 2013-2021 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
@ -28,6 +28,7 @@
*/
#include "HugeAllocator.hxx"
#include "Compiler.h"
#include <new>

View File

@ -1,5 +1,5 @@
/*
* Copyright 2013-2020 Max Kellermann <max.kellermann@gmail.com>
* Copyright 2013-2021 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
@ -31,7 +31,6 @@
#define WRITABLE_BUFFER_HXX
#include "ConstBuffer.hxx"
#include "Compiler.h"
#include <cassert>
#include <cstddef>