From: Clifford Wolf Date: Sun, 8 May 2016 08:50:39 +0000 (+0200) Subject: Include in yosys.h X-Git-Tag: yosys-0.7~225 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=570014800aa34d71868d04f9ef83e4a13b847773;p=yosys.git Include in yosys.h --- diff --git a/frontends/ast/ast.cc b/frontends/ast/ast.cc index 64fd0a49c..3ba97ed9b 100644 --- a/frontends/ast/ast.cc +++ b/frontends/ast/ast.cc @@ -30,15 +30,6 @@ #include "libs/sha1/sha1.h" #include "ast.h" -#include -#include - -#if defined(__APPLE__) -# include -#else -# include -#endif - YOSYS_NAMESPACE_BEGIN using namespace AST; diff --git a/kernel/yosys.h b/kernel/yosys.h index cc15ca47c..0df750a13 100644 --- a/kernel/yosys.h +++ b/kernel/yosys.h @@ -51,6 +51,7 @@ #include #include #include +#include #include #include