Message ID | 20231003180639.18e4ea7d@gandalf.local.home (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | libtraceeval: Change hash.c to use traceeval.h instead of traceeval-hist.h | expand |
diff --git a/src/hash.c b/src/hash.c index 82962fbba8d8..eceebe29d766 100644 --- a/src/hash.c +++ b/src/hash.c @@ -5,7 +5,7 @@ * Copyright (C) 2023 Google Inc, Steven Rostedt <rostedt@goodmis.org> */ -#include <traceeval-hist.h> +#include <traceeval.h> #include "eval-local.h"