From f88198cb987ab006f3406698fec410ff1de05534 Mon Sep 17 00:00:00 2001 From: "Douglas B. Rumbaugh" Date: Sun, 2 Nov 2025 17:57:53 -0500 Subject: Ran clangtidy --- include/alloc_header.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/alloc_header.h') diff --git a/include/alloc_header.h b/include/alloc_header.h index bf4716c..381f41b 100644 --- a/include/alloc_header.h +++ b/include/alloc_header.h @@ -5,15 +5,15 @@ * CISC 301 -- Operating Systems, Project 3 * * Copyright (C) 2025 Douglas B. Rumbaugh - * + * * Distributed under the Modified BSD License * */ #ifndef H_LIBALLOC_HEADER #define H_LIBALLOC_HEADER -#include #include +#include #include "constants.h" -- cgit v1.2.3