From 7da829d48f9059c83ab9cada2c850621e8bbd3f3 Mon Sep 17 00:00:00 2001 From: Dominick Allen Date: Sun, 22 Sep 2024 12:41:28 -0500 Subject: Basics of library. --- include/libfud.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/libfud.hpp') diff --git a/include/libfud.hpp b/include/libfud.hpp index ffea195..be840a4 100644 --- a/include/libfud.hpp +++ b/include/libfud.hpp @@ -1,5 +1,5 @@ /* - * LibFud + * libfud * Copyright 2024 Dominick Allen * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -18,7 +18,7 @@ #ifndef LIBFUD_HPP #define LIBFUD_HPP -#include "result.hpp" // IWYU pragma: export +#include "fud_result.hpp" // IWYU pragma: export namespace fud { -- cgit v1.2.3