Canonicalize config.h include

Use the following variant which was already used by most source files:

  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
This commit is contained in:
Sebastian Huber
2020-04-16 07:30:00 +02:00
parent 8f808c1b9a
commit 80cf60efec
1324 changed files with 1520 additions and 1520 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
* http://www.rtems.org/license/LICENSE.
*/
#if HAVE_CONFIG_H
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif