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/free_list.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/free_list.h') diff --git a/include/free_list.h b/include/free_list.h index 1993aa7..8eab36d 100644 --- a/include/free_list.h +++ b/include/free_list.h @@ -5,7 +5,7 @@ * CISC 301 -- Operating Systems, Project 3 * * Copyright (C) 2025 Douglas B. Rumbaugh - * + * * Distributed under the Modified BSD License * */ @@ -14,8 +14,8 @@ #include -#include "constants.h" #include "alloc_header.h" +#include "constants.h" typedef struct free_nd { size_t size; -- cgit v1.2.3