mirror of
https://github.com/NixOS/nix
synced 2025-06-28 01:11:15 +02:00
fixes to merged code
This commit is contained in:
parent
59b1f5c701
commit
b93c1bf3d6
13 changed files with 29 additions and 33 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
|
||||
#include "ref.hh"
|
||||
#include "types.hh"
|
||||
|
||||
#include <list>
|
||||
#include <memory>
|
||||
|
@ -21,9 +22,6 @@
|
|||
|
||||
namespace nix {
|
||||
|
||||
using std::list;
|
||||
using std::vector;
|
||||
|
||||
typedef enum {
|
||||
lvlError = 0,
|
||||
lvlWarn,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue