mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 23:08:32 +00:00
Build System: Support include-what-you-use.
ASTERISK-25591 #close Change-Id: I8d3efa0826142ece9cbed2fd0d46f3b607fee6ae
This commit is contained in:
@@ -2,10 +2,9 @@
|
||||
|
||||
#ifndef ASTERISK_AUTOCONFIG_H
|
||||
#define ASTERISK_AUTOCONFIG_H
|
||||
/* IWYU pragma: private, include "asterisk.h" */
|
||||
|
||||
#include "asterisk/buildopts.h"
|
||||
|
||||
|
||||
#include "asterisk/buildopts.h" /* IWYU pragma: export */
|
||||
|
||||
/* Define to 1 if internal poll should be used. */
|
||||
#undef AST_POLL_COMPAT
|
||||
@@ -1381,4 +1380,4 @@
|
||||
code using `volatile' can become incorrect without. Disable with care. */
|
||||
#undef volatile
|
||||
|
||||
#endif
|
||||
#endif /* ASTERISK_AUTOCONFIG_H */
|
||||
|
||||
Reference in New Issue
Block a user