summaryrefslogtreecommitdiff
path: root/include/asterisk/autoconfig.h.in
diff options
context:
space:
mode:
authorAlexander Traud <pabstraud@compuserve.com>2015-11-25 17:42:31 +0100
committerAlexander Traud <pabstraud@compuserve.com>2015-11-30 13:31:21 +0100
commit270f7be54f608b469ad1bcd927fc19a6d8f7ccad (patch)
treed8ce5b16879e487efb7d6919770aaed9178c2713 /include/asterisk/autoconfig.h.in
parente4ba64691754c7873fba52e36c74cfc71e0a053c (diff)
Build System: Support include-what-you-use.
ASTERISK-25591 #close Change-Id: I8d3efa0826142ece9cbed2fd0d46f3b607fee6ae
Diffstat (limited to 'include/asterisk/autoconfig.h.in')
-rw-r--r--include/asterisk/autoconfig.h.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in
index 17aac1d83..d86ba4a6a 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.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 */