1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-26 20:01:15 +02:00

Move OrSuggestions to its own header

Prevents a recursive inclusion
This commit is contained in:
regnat 2022-03-04 13:42:43 +01:00
parent b44cebd1fd
commit fd45d85b41
3 changed files with 65 additions and 59 deletions

View file

@ -3,6 +3,7 @@
#include "sync.hh"
#include "hash.hh"
#include "eval.hh"
#include "or-suggestions.hh"
#include <functional>
#include <variant>