diff options
Diffstat (limited to 'src/nvim/os/env.h')
| -rw-r--r-- | src/nvim/os/env.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/nvim/os/env.h b/src/nvim/os/env.h deleted file mode 100644 index e0abd87220..0000000000 --- a/src/nvim/os/env.h +++ /dev/null @@ -1,7 +0,0 @@ -#ifndef NVIM_OS_ENV_H -#define NVIM_OS_ENV_H - -#ifdef INCLUDE_GENERATED_DECLARATIONS -# include "os/env.h.generated.h" -#endif -#endif // NVIM_OS_ENV_H |