diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2024-02-20 13:43:08 +0100 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2024-02-20 13:49:04 +0100 |
| commit | 40a75722c43ae24cb9a99d6730a3b25b65819c49 (patch) | |
| tree | a5e7292b13ed1a77a443f367ea0fd7b2e66b0742 /apt-pkg/pkgcache.h | |
| parent | 04ea92054757272c344afdf8d8e68046c7678b37 (diff) | |
Modernize standard library includes
This was automated with sed and git-clang-format, and then I had to
fix up the top of policy.cc by hand as git-clang-format accidentally
indented it by two spaces.
Diffstat (limited to 'apt-pkg/pkgcache.h')
| -rw-r--r-- | apt-pkg/pkgcache.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apt-pkg/pkgcache.h b/apt-pkg/pkgcache.h index 55baa3cef..7c16f0dee 100644 --- a/apt-pkg/pkgcache.h +++ b/apt-pkg/pkgcache.h @@ -77,10 +77,10 @@ #include <apt-pkg/macros.h> #include <apt-pkg/mmap.h> -#include <cstddef> // required for nullptr_t +#include <cstddef> // required for nullptr_t +#include <cstdint> +#include <ctime> #include <string> -#include <stdint.h> -#include <time.h> #include <apt-pkg/string_view.h> |
