diff --git a/README.md b/README.md index 4e6dfed..b9b9653 100644 --- a/README.md +++ b/README.md @@ -173,4 +173,4 @@ License: GNU General Public License v3.0 ## License -BellandeOS Scripting Language is distributed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html), see [LICENSE](https://github.com/Architecture-Mechanism/bellandeos/blob/main/LICENSE) and [NOTICE](https://github.com/Architecture-Mechanism/bellandeos/blob/main/LICENSE) for more information. +BellandeOS Scripting Language is distributed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html), see [LICENSE](https://github.com/Architecture-Mechanism/bellos/blob/main/LICENSE) and [NOTICE](https://github.com/Architecture-Mechanism/bellos/blob/main/LICENSE) for more information. diff --git a/src/utilities.rs b/src/utilities.rs index 6058066..21692c8 100644 --- a/src/utilities.rs +++ b/src/utilities.rs @@ -13,7 +13,6 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -use super::utilities::*; use std::fs::File; use std::io::{self, BufRead, Write};