mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
Removed unnecessary included
This commit is contained in:
parent
2bac04c5ff
commit
3db950aab7
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "eval.hh"
|
||||
#include "shared.hh"
|
||||
|
||||
#define LocalNoInline(f) static f __attribute__((noinline)); f
|
||||
#define LocalNoInlineNoReturn(f) static f __attribute__((noinline, noreturn)); f
|
||||
|
|
Loading…
Reference in a new issue