1
1

Next step in the project split, mainly source code re-arranging

- move files out of toplevel include/ and etc/, moving it into the
    sub-projects
  - rather than including config headers with <project>/include, 
    have them as <project>
  - require all headers to be included with a project prefix, with
    the exception of the config headers ({opal,orte,ompi}_config.h
    mpi.h, and mpif.h)

This commit was SVN r8985.
Этот коммит содержится в:
Brian Barrett
2006-02-12 01:33:29 +00:00
родитель 5c7059c955
Коммит 566a050c23
1729 изменённых файлов: 5797 добавлений и 5560 удалений

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

@ -16,11 +16,11 @@
* $HEADER$
*/
#include "ompi_config.h"
#include "opal_config.h"
#include "opal/mca/timer/timer.h"
#include "opal/mca/timer/linux/timer_linux.h"
#include "opal/include/constants.h"
#include "opal/constants.h"
opal_timer_t opal_timer_linux_freq;