diff options
author | YamaArashi <shadow962@live.com> | 2016-04-28 19:47:05 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-04-28 19:47:05 -0700 |
commit | f821b74fc8baaaea80e42fe54fb9e7765f89bfff (patch) | |
tree | d94df970642b064dc2ae7903eeadaad825292c9b /gcc/expr.c | |
parent | 5ee708b8adfcb95345187aed24c66b9053a1f15f (diff) |
remove defaults.h
Diffstat (limited to 'gcc/expr.c')
-rwxr-xr-x | gcc/expr.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -38,7 +38,6 @@ #include "recog.h" #include "output.h" #include "typeclass.h" -#include "defaults.h" #include "toplev.h" #define CEIL(x,y) (((x) + (y) - 1) / (y)) |