diff options
author | Max Kellermann <max@musicpd.org> | 2021-02-04 17:27:18 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2021-02-04 17:27:48 +0100 |
commit | f4a5d671fec7104472576f1bdc1f15c9ef703cbd (patch) | |
tree | 75b5b7e7393baf0bb55a11978a385c3e283742be | |
parent | c72006dbccd70312670760e246f8ad7d72f11147 (diff) |
util/{Const,Writable}Buffer: include cleanup
-rw-r--r-- | src/util/ConstBuffer.hxx | 4 | ||||
-rw-r--r-- | src/util/HugeAllocator.cxx | 3 | ||||
-rw-r--r-- | src/util/WritableBuffer.hxx | 3 |
3 files changed, 4 insertions, 6 deletions
diff --git a/src/util/ConstBuffer.hxx b/src/util/ConstBuffer.hxx index 949420871..f0fa0fa6a 100644 --- a/src/util/ConstBuffer.hxx +++ b/src/util/ConstBuffer.hxx @@ -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> diff --git a/src/util/HugeAllocator.cxx b/src/util/HugeAllocator.cxx index df6f106b1..000595be6 100644 --- a/src/util/HugeAllocator.cxx +++ b/src/util/HugeAllocator.cxx @@ -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> diff --git a/src/util/WritableBuffer.hxx b/src/util/WritableBuffer.hxx index 0b82c9146..91414c0e5 100644 --- a/src/util/WritableBuffer.hxx +++ b/src/util/WritableBuffer.hxx @@ -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> |