diff options
author | Dominick Allen <djallen@librehumanitas.org> | 2024-10-05 08:33:39 -0500 |
---|---|---|
committer | Dominick Allen <djallen@librehumanitas.org> | 2024-10-05 08:33:39 -0500 |
commit | 79620980ea3880f6512a35b9d688a60a02ff8b98 (patch) | |
tree | b4ab3dfc656b88989f3e4234e9c476c295c176ed /test | |
parent | b50980ad70684530d55b7adf20de6047ebf53ba2 (diff) |
Formatting changes. Refactoring out detail::CopyMove from Result.
Diffstat (limited to 'test')
-rw-r--r-- | test/test_fud.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_fud.cpp b/test/test_fud.cpp index a6519fb..0778f98 100644 --- a/test/test_fud.cpp +++ b/test/test_fud.cpp @@ -15,7 +15,7 @@ * limitations under the License. */ -#include "git_version.hpp" +#include "fud_version.hpp" #include "libfud.hpp" #include "gtest/gtest.h" |