From 1508c678beac813688bf670697689cf9d87d34ce Mon Sep 17 00:00:00 2001 From: Kyle Shores Date: Tue, 27 Feb 2024 11:50:24 -0600 Subject: [PATCH] removing c++ header file from c header --- include/ncrc.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/ncrc.h b/include/ncrc.h index 3586a4ceb..ae858532e 100644 --- a/include/ncrc.h +++ b/include/ncrc.h @@ -15,7 +15,6 @@ and accessing rc files (e.g. .daprc). #include "ncuri.h" #include "nclist.h" #include "ncbytes.h" -#include /* getenv() keys */ #define NCRCENVIGNORE "NCRCENV_IGNORE"