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 --- include/conda.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/conda.h') diff --git a/include/conda.h b/include/conda.h index 325ca48..bc74b94 100644 --- a/include/conda.h +++ b/include/conda.h @@ -2,12 +2,12 @@ // Created by jhunk on 5/14/23. // -#ifndef OHMYCAL_CONDA_H -#define OHMYCAL_CONDA_H +#ifndef OMC_CONDA_H +#define OMC_CONDA_H #include #include -#include "ohmycal.h" +#include "omc.h" #define CONDA_INSTALL_PREFIX "conda" @@ -21,4 +21,4 @@ void conda_env_create(char *name, char *python_version, char *packages); void conda_env_remove(char *name); void conda_env_export(char *name, char *output_dir, char *output_filename); int conda_index(const char *path); -#endif //OHMYCAL_CONDA_H +#endif //OMC_CONDA_H -- cgit