diff options
author | Tom Hubrecht <github@mail.hubrecht.ovh> | 2024-05-28 12:25:49 +0200 |
---|---|---|
committer | Tom Hubrecht <github@mail.hubrecht.ovh> | 2024-05-29 09:54:47 +0200 |
commit | 8cd9aa24a8d48caf22225ce32dff3c5aaa111687 (patch) | |
tree | 27ea642636e1e47d37053f5fd4d209e29f4a9149 /tests | |
parent | 6b5078c81554ddb36547f8c41805cc94b7738396 (diff) |
util.{hh,cc}: Split out file-descriptor.{hh,cc}
Change-Id: I0dd0f9a9c2003fb887e076127e7f825fd3289c76
Diffstat (limited to 'tests')
-rw-r--r-- | tests/functional/repl_characterization/test-session.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/repl_characterization/test-session.hh b/tests/functional/repl_characterization/test-session.hh index 9961849fc..c77cce6d5 100644 --- a/tests/functional/repl_characterization/test-session.hh +++ b/tests/functional/repl_characterization/test-session.hh @@ -6,7 +6,7 @@ #include <span> #include <string> -#include "util.hh" +#include "file-descriptor.hh" #include "tests/terminal-code-eater.hh" namespace nix { |