1
1

These are the files which show which are the local headers and which are the files which include them using <> brackets. These files can be deleted whenever wanted by anyone as it can be generated by find_offenders.pl

This commit was SVN r2949.
Этот коммит содержится в:
Prabhanjan Kambadur 2004-10-06 06:35:39 +00:00
родитель 2e1dc70fb9
Коммит fd839da034
2 изменённых файлов: 41 добавлений и 0 удалений

10
contrib/headers.txt Обычный файл
Просмотреть файл

@ -0,0 +1,10 @@
#include <datatype.h>
#include <datatype.h>
#include <datatype_internal.h>
#include <err.h>
#include <event.h>
#include <mpi.h>
#include <mpi.h>
#include <ompi_config.h>
#include <strings.h>
#include <syslog.h>

31
contrib/offenders.list Обычный файл
Просмотреть файл

@ -0,0 +1,31 @@
#include <datatype.h> --> ./src/datatype/dt_args.c
#include <datatype.h> --> ./src/datatype/dt_args.c
#include <datatype_internal.h> --> ./src/datatype/dt_args.c
#include <err.h> --> ./src/event/kqueue.c
#include <err.h> --> ./src/event/poll.c
#include <err.h> --> ./src/event/epoll.c
#include <err.h> --> ./src/event/signal.c
#include <err.h> --> ./src/event/select.c
#include <err.h> --> ./src/event/event.c
#include <err.h> --> ./src/event/WIN32-Code/win32.c
#include <event.h> --> ./src/event/test/test-init.c
#include <event.h> --> ./src/event/test/bench.c
#include <event.h> --> ./src/event/test/test-eof.c
#include <event.h> --> ./src/event/test/regress.c
#include <event.h> --> ./src/event/test/test-time.c
#include <event.h> --> ./src/event/test/test-weof.c
#include <event.h> --> ./src/event/sample/signal-test.c
#include <event.h> --> ./src/event/sample/event-test.c
#include <event.h> --> ./src/event/sample/time-test.c
#include <mpi.h> --> ./test/mpi/environment/chello.c
#include <mpi.h> --> ./src/datatype/dt_args.c
#include <mpi.h> --> ./src/mpi/cxx/mpicxx.h
#include <mpi.h> --> ./test/mpi/environment/chello.c
#include <mpi.h> --> ./src/datatype/dt_args.c
#include <mpi.h> --> ./src/mpi/cxx/mpicxx.h
#include <ompi_config.h> --> ./src/datatype/dt_args.c
#include <ompi_config.h> --> ./src/util/strncpy.c
#include <strings.h> --> ./src/mca/pcm/base/pcm_base_ioexecvp.c
#include <strings.h> --> ./src/mca/svc/stdio.old/snipe_lite/snipe_lite.c
#include <syslog.h> --> ./src/mca/base/mca_base_open.c
#include <syslog.h> --> ./src/util/output.c