From 74f12f3f2bb6cafc25ba1e943d01583b1ac0d766 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Thu, 22 May 2025 14:52:20 -0300 Subject: rename `main.hh` to `common.hh` --- src/shm.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shm.cc') diff --git a/src/shm.cc b/src/shm.cc index 5cd4a52..c26638f 100644 --- a/src/shm.cc +++ b/src/shm.cc @@ -1,4 +1,4 @@ -#include "main.hh" +#include "common.hh" // NOTE(fusion): This looks like an interface to external tools. Looking at the // `bin` directory this program was in, there are other programs that probably -- cgit v1.2.3