diff options
| author | Dan Engelbrecht <[email protected]> | 2025-10-03 17:17:44 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2025-10-03 17:17:44 +0200 |
| commit | f8dae0f66d17a904dfa4a54771df031b62bce10e (patch) | |
| tree | 5f268e0f3189d8f0be9230dd67b217ca021ca54a /src/zenutil/zenutil.cpp | |
| parent | cacherequests helpers test only (#551) (diff) | |
| download | zen-f8dae0f66d17a904dfa4a54771df031b62bce10e.tar.xz zen-f8dae0f66d17a904dfa4a54771df031b62bce10e.zip | |
move rpcrecorder out from cache subfolder (#552)
Diffstat (limited to 'src/zenutil/zenutil.cpp')
| -rw-r--r-- | src/zenutil/zenutil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenutil/zenutil.cpp b/src/zenutil/zenutil.cpp index 8e35e6223..51c1ee72e 100644 --- a/src/zenutil/zenutil.cpp +++ b/src/zenutil/zenutil.cpp @@ -4,7 +4,7 @@ #if ZEN_WITH_TESTS -# include <zenutil/cache/rpcrecording.h> +# include <zenutil/rpcrecording.h> # include <zenutil/commandlineoptions.h> # include <zenutil/wildcard.h> |