Skip to content

Commit

Permalink
Add missing #pragma once
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Oct 6, 2020
1 parent 88a667e commit d0bb544
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libexpr/primops.hh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#pragma once

#include "eval.hh"

#include <tuple>
Expand Down
2 changes: 2 additions & 0 deletions src/libstore/daemon.hh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#pragma once

#include "serialise.hh"
#include "store-api.hh"

Expand Down
2 changes: 2 additions & 0 deletions src/libstore/parsed-derivations.hh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#pragma once

#include "store-api.hh"

#include <nlohmann/json_fwd.hpp>
Expand Down
2 changes: 2 additions & 0 deletions src/libutil/topo-sort.hh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#pragma once

#include "error.hh"

namespace nix {
Expand Down

0 comments on commit d0bb544

Please sign in to comment.