diff options
author | Clifford Wolf <clifford@clifford.at> | 2016-05-08 10:50:39 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2016-05-08 10:50:39 +0200 |
commit | 570014800aa34d71868d04f9ef83e4a13b847773 (patch) | |
tree | 88695a0bc6a4d65bf2a5a411455bd0466b403e83 /frontends/ast | |
parent | fa76d51941ce5e4076317195bd1b603bccb74f02 (diff) | |
download | yosys-570014800aa34d71868d04f9ef83e4a13b847773.tar.gz yosys-570014800aa34d71868d04f9ef83e4a13b847773.tar.bz2 yosys-570014800aa34d71868d04f9ef83e4a13b847773.zip |
Include <cmath> in yosys.h
Diffstat (limited to 'frontends/ast')
-rw-r--r-- | frontends/ast/ast.cc | 9 |
1 files changed, 0 insertions, 9 deletions
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 <sstream> -#include <stdarg.h> - -#if defined(__APPLE__) -# include <cmath> -#else -# include <math.h> -#endif - YOSYS_NAMESPACE_BEGIN using namespace AST; |