summaryrefslogtreecommitdiff
path: root/src/ProgressBar.hpp
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2021-07-06 21:19:57 +0200
committerJoel Rosdahl <joel@rosdahl.net>2021-07-07 09:13:05 +0200
commitca9ec9cfa8af99eb1e5c39c9dffdc1c611ed235c (patch)
tree11850d3daf3cc4c3a4b214a9c80567df961b6b8d /src/ProgressBar.hpp
parent5d318eb1ef56b361bdfad2ee1f5af722391ef48a (diff)
downloadccache-ca9ec9cfa8af99eb1e5c39c9dffdc1c611ed235c.tar.gz
Remove system.hpp, including what’s needed instead
This is the next step after a57f70eda32e99221de56f5499079b4f00dc2bc5.
Diffstat (limited to 'src/ProgressBar.hpp')
-rw-r--r--src/ProgressBar.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ProgressBar.hpp b/src/ProgressBar.hpp
index 8aefa897..1be38020 100644
--- a/src/ProgressBar.hpp
+++ b/src/ProgressBar.hpp
@@ -1,4 +1,4 @@
-// Copyright (C) 2019 Joel Rosdahl and other contributors
+// Copyright (C) 2019-2021 Joel Rosdahl and other contributors
//
// See doc/AUTHORS.adoc for a complete list of contributors.
//
@@ -18,8 +18,8 @@
#pragma once
-#include "system.hpp"
-
+#include <cstddef>
+#include <cstdint>
#include <string>
class ProgressBar