summaryrefslogtreecommitdiff
path: root/src/execute.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/execute.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/execute.hpp')
-rw-r--r--src/execute.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/execute.hpp b/src/execute.hpp
index 628ceb32..8e492263 100644
--- a/src/execute.hpp
+++ b/src/execute.hpp
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Joel Rosdahl and other contributors
+// Copyright (C) 2020-2021 Joel Rosdahl and other contributors
//
// See doc/AUTHORS.adoc for a complete list of contributors.
//
@@ -18,8 +18,6 @@
#pragma once
-#include "system.hpp"
-
#include "Fd.hpp"
#include <string>