1
1

Add proper prefixes into the #include statements

This commit was SVN r8404.
Этот коммит содержится в:
Jeff Squyres 2005-12-08 00:05:26 +00:00
родитель 3f27e61de6
Коммит e781f55d16

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

@ -29,10 +29,10 @@
*/
#include "orte_config.h"
#include "include/orte_constants.h"
#include "mca/schema/schema.h"
#include "orte/include/orte_constants.h"
#include "orte/mca/schema/schema.h"
#include "mca/mca.h"
#include "opal/mca/mca.h"
#if defined(c_plusplus) || defined(__cplusplus)
extern "C" {