commit | d6b337e6f2dcbf43b5cfc86d6b18a18d7c80b8b0 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Fri Apr 16 14:37:57 2021 -0700 |
committer | Patrick Venture <venture@google.com> | Fri Apr 16 14:44:51 2021 -0700 |
tree | 4fc3f5cae3e5bdab5869ebf1689c594039e81fff | |
parent | 328f520f44a4e986d58b204468660e7ddeedc189 [diff] [blame] |
tools: split io interface out Splits the io interface out into its own file to decouple the internal/sys from it. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I65860e32152ef49cd987c11eb408516e13fadb29
diff --git a/tools/test/io_mock.hpp b/tools/test/io_mock.hpp index 4d18204..eddd6ff 100644 --- a/tools/test/io_mock.hpp +++ b/tools/test/io_mock.hpp
@@ -1,6 +1,6 @@ #pragma once -#include "io.hpp" +#include "io_interface.hpp" #include <gmock/gmock.h>