diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-07-18T18·59-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-07-18T18·59-0400 |
commit | b7fd2c28224a69476434d69b5d9da3d150c07226 (patch) | |
tree | 7bff185e6c7974605740718233fe052e1ce149cd /src/libstore/worker-protocol.hh | |
parent | 58337e0e6122a97061dcf803954f72469f67afca (diff) |
Use "#pragma once" to prevent repeated header file inclusion
Diffstat (limited to 'src/libstore/worker-protocol.hh')
-rw-r--r-- | src/libstore/worker-protocol.hh | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/libstore/worker-protocol.hh b/src/libstore/worker-protocol.hh index b08410fa1c42..501c0b3db5b9 100644 --- a/src/libstore/worker-protocol.hh +++ b/src/libstore/worker-protocol.hh @@ -1,6 +1,4 @@ -#ifndef __WORKER_PROTOCOL_H -#define __WORKER_PROTOCOL_H - +#pragma once namespace nix { @@ -64,6 +62,3 @@ template<class T> T readStorePaths(Source & from); } - - -#endif /* !__WORKER_PROTOCOL_H */ |