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.
Этот коммит содержится в:
родитель
2e1dc70fb9
Коммит
fd839da034
10
contrib/headers.txt
Обычный файл
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
Обычный файл
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
|
Загрузка…
x
Ссылка в новой задаче
Block a user