Move OrSuggestions to its own header

Prevents a recursive inclusion
This commit is contained in:
regnat
2022-03-07 10:09:10 +01:00
parent b44cebd1fd
commit fd45d85b41
3 changed files with 65 additions and 59 deletions
+1
View File
@@ -3,6 +3,7 @@
#include "sync.hh"
#include "hash.hh"
#include "eval.hh"
#include "or-suggestions.hh"
#include <functional>
#include <variant>