1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00

Removed unnecessary included

This commit is contained in:
Iwan Aucamp 2015-08-03 10:39:03 +02:00 committed by Eelco Dolstra
parent 2bac04c5ff
commit 3db950aab7

View file

@ -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