3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Merge pull request #4312 from jix/break-cyclic-includes

kernel: Avoid including files outside include guards
This commit is contained in:
Jannis Harder 2024-04-08 20:49:52 +02:00 committed by GitHub
commit eb6c9395bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 391 additions and 351 deletions

View file

@ -629,6 +629,7 @@ $(eval $(call add_include_file,kernel/sigtools.h))
$(eval $(call add_include_file,kernel/timinginfo.h))
$(eval $(call add_include_file,kernel/utils.h))
$(eval $(call add_include_file,kernel/yosys.h))
$(eval $(call add_include_file,kernel/yosys_common.h))
$(eval $(call add_include_file,kernel/yw.h))
$(eval $(call add_include_file,libs/ezsat/ezsat.h))
$(eval $(call add_include_file,libs/ezsat/ezminisat.h))