eal: remove PCI device ids header from doxygen
[dpdk.git] / lib / librte_eal / common / include / rte_warnings.h
index 423e6fb..54b545c 100644 (file)
 #include <string.h>
 #include <stdarg.h>
 #include <errno.h>
-#ifdef RTE_LIBRTE_EAL_LINUXAPP
+#ifdef RTE_EXEC_ENV_LINUXAPP
 #include <dirent.h>
 #endif
 
-/* rte_snprintf uses snprintf, so include its definition before we poison the
- * functions, otherwise we'll get an error in it. */
-#include <rte_string_fns.h>
-
 /* the following function are deemed not fully secure for use e.g. they
  * do not always null-terminate arguments */
 #pragma GCC poison sprintf strtok snprintf vsnprintf