mirror of
https://github.com/cryb-to/cryb-to.git
synced 2025-01-03 02:11:10 +00:00
Fix accidental reintroduction of <cryb/attributes.h>, previously renamed to <cryb/defs.h>.
This commit is contained in:
parent
040f5ec69c
commit
071e9e7e32
2 changed files with 0 additions and 2 deletions
|
@ -14,7 +14,6 @@ if CRYB_CORE
|
|||
cryb_HEADERS += \
|
||||
algorithm.h \
|
||||
assert.h \
|
||||
attributes.h \
|
||||
bitwise.h \
|
||||
core.h \
|
||||
ctype.h \
|
||||
|
|
|
@ -38,7 +38,6 @@
|
|||
#define CRYB_TEST_HAVE_STDIO 1
|
||||
#endif
|
||||
|
||||
#include <cryb/attributes.h>
|
||||
#include <cryb/coverage.h>
|
||||
|
||||
CRYB_DISABLE_COVERAGE
|
||||
|
|
Loading…
Reference in a new issue