mirror of
https://github.com/NixOS/nix
synced 2025-06-30 15:48:00 +02: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:
parent
c29b2d1058
commit
326548bae5
3 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
#include "cmd-config-private.hh"
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
#ifdef USE_READLINE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue