1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-24 19:29:36 +01:00

Cleanup config header for libcmd

- Since it's now private, give it a rename. Note that I want to switch the
  word order on the public ones too.

- Since it is only needed by two files, just include there rather than
  the nasty blanket-forced thing.
This commit is contained in:
John Ericson 2025-03-28 13:01:20 -04:00
parent c29b2d1058
commit 326548bae5
3 changed files with 5 additions and 2 deletions

View file

@ -4,6 +4,8 @@
#include "finally.hh"
#include "terminal.hh"
#include "cmd-config-private.hh"
#if HAVE_LOWDOWN
# include <sys/queue.h>
# include <lowdown.h>