summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgcache.cc
diff options
context:
space:
mode:
Diffstat (limited to 'apt-pkg/pkgcache.cc')
-rw-r--r--apt-pkg/pkgcache.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/pkgcache.cc b/apt-pkg/pkgcache.cc
index 06689aa33..ffe30fa92 100644
--- a/apt-pkg/pkgcache.cc
+++ b/apt-pkg/pkgcache.cc
@@ -32,11 +32,11 @@
#include <apt-pkg/version.h>
#include <algorithm>
+#include <cstddef>
+#include <cstring>
#include <sstream>
#include <string>
#include <vector>
-#include <stddef.h>
-#include <string.h>
#include <sys/stat.h>
#include <xxhash.h>