mirror of
https://github.com/NixOS/nix
synced 2025-07-03 02:01:48 +02:00
Use "#pragma once" to prevent repeated header file inclusion
This commit is contained in:
parent
58337e0e61
commit
b7fd2c2822
32 changed files with 31 additions and 166 deletions
|
@ -1,5 +1,4 @@
|
|||
#ifndef __MISC_H
|
||||
#define __MISC_H
|
||||
#pragma once
|
||||
|
||||
#include "derivations.hh"
|
||||
|
||||
|
@ -35,6 +34,3 @@ void queryMissing(StoreAPI & store, const PathSet & targets,
|
|||
|
||||
|
||||
}
|
||||
|
||||
|
||||
#endif /* !__MISC_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue