summaryrefslogtreecommitdiff
path: root/src/hashutil.hpp
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2021-06-25 13:52:18 +0200
committerJoel Rosdahl <joel@rosdahl.net>2021-06-27 09:01:17 +0200
commit3ad751b89cb0ab7216556f1633a6d38a95d510ea (patch)
treefa7e766696fa36a973aae68f3117d2590019c0e2 /src/hashutil.hpp
parent9a0fae1e941f8c93514199ab87965265ab94ab00 (diff)
downloadccache-3ad751b89cb0ab7216556f1633a6d38a95d510ea.tar.gz
Revise include file order to work with new directory structure
Diffstat (limited to 'src/hashutil.hpp')
-rw-r--r--src/hashutil.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/hashutil.hpp b/src/hashutil.hpp
index ae7bcb0c..40db1460 100644
--- a/src/hashutil.hpp
+++ b/src/hashutil.hpp
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020 Joel Rosdahl and other contributors
+// Copyright (C) 2009-2021 Joel Rosdahl and other contributors
//
// See doc/AUTHORS.adoc for a complete list of contributors.
//
@@ -22,7 +22,9 @@
#include "third_party/nonstd/string_view.hpp"
+// System headers
#include <string>
+// End of system headers
class Config;
class Context;