From 49e929fa89d9ce348df5068845069392f69d8c86 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 20 Nov 2023 00:20:47 -0500 Subject: Rebrand for the last time * Shorten OHMYCAL to OMC * Rename ohmycal.h to omc.h --- src/ini.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ini.c') diff --git a/src/ini.c b/src/ini.c index 586ae60..6855b81 100644 --- a/src/ini.c +++ b/src/ini.c @@ -2,7 +2,7 @@ #include #include #include -#include "ohmycal.h" +#include "omc.h" #include "ini.h" struct INIFILE *ini_init() { -- cgit