X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=cli%2Fcli_diff_state.cpp;h=341d244ff0d5adc14d9f0e59d6e06056068ed513;hb=48c661ea6c0f2bd9b76a3385cd946b7d07bc9b5f;hp=7f75484289fae30e70edbfe593611c0e8cca59ab;hpb=b1b5a38db4f5e7ce5798685dc8c9b6f0bd3e99de;p=apitrace diff --git a/cli/cli_diff_state.cpp b/cli/cli_diff_state.cpp index 7f75484..341d244 100644 --- a/cli/cli_diff_state.cpp +++ b/cli/cli_diff_state.cpp @@ -33,7 +33,7 @@ #include "cli.hpp" #include "os_string.hpp" #include "os_process.hpp" -#include "trace_resource.hpp" +#include "cli_resources.hpp" static const char *synopsis = "Identify differences between two state dumps."; @@ -83,7 +83,7 @@ command(int argc, char *argv[]) file1 = argv[optind]; file2 = argv[optind + 1]; - os::String command = trace::findScript("jsondiff.py"); + os::String command = findScript("jsondiff.py"); char *args[5];