From 0555fb43db182852b2c75c2c3c92f0936375a148 Mon Sep 17 00:00:00 2001 From: Jan Kuhlmann <33833587+M2-TE@users.noreply.github.com> Date: Tue, 12 Nov 2024 15:11:25 +0100 Subject: [PATCH] c++-style include safeguards --- graphs.hpp | 2 +- tables.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/graphs.hpp b/graphs.hpp index 54f0271..882f2c7 100644 --- a/graphs.hpp +++ b/graphs.hpp @@ -1,5 +1,5 @@ // Teal Dulcet, CS546 - +#pragma once #include #include #include diff --git a/tables.hpp b/tables.hpp index 5f9fe56..268b888 100644 --- a/tables.hpp +++ b/tables.hpp @@ -1,5 +1,5 @@ // Teal Dulcet, CS546 - +#pragma once #include #include #include