1
1

opal: remove unnecessary #include file

opal_config_bottom.h can only be #include'd in opal_config.h,
so there is no need to #include "opal_config.h" inside.

Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
Этот коммит содержится в:
Gilles Gouaillardet 2018-12-12 14:18:02 +09:00 коммит произвёл Jeff Squyres
родитель 73d104f695
Коммит c8790d29de

Просмотреть файл

@ -260,7 +260,6 @@
including stdint.h */
#define __STDC_LIMIT_MACROS
#endif
#include "opal_config.h"
#include "opal_stdint.h"
/***********************************************************************