mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-17 02:34:36 +00:00
Trim list of include files in runtests.c
This commit is contained in:
parent
8f704f9771
commit
2ed94f7435
1 changed files with 0 additions and 18 deletions
|
@ -42,31 +42,13 @@
|
|||
|
||||
#include <expat_config.h>
|
||||
|
||||
#if defined(NDEBUG)
|
||||
# undef NDEBUG /* because test suite relies on assert(...) at the moment */
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stddef.h> /* ptrdiff_t */
|
||||
#include <ctype.h>
|
||||
#include <limits.h>
|
||||
|
||||
#if ! defined(__cplusplus)
|
||||
# include <stdbool.h>
|
||||
#endif
|
||||
|
||||
#include "expat.h"
|
||||
#include "chardata.h"
|
||||
#include "structdata.h"
|
||||
#include "internal.h"
|
||||
#include "minicheck.h"
|
||||
#include "memcheck.h"
|
||||
#include "common.h"
|
||||
#include "dummy.h"
|
||||
#include "handlers.h"
|
||||
|
||||
#include "basic_tests.h"
|
||||
#include "ns_tests.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue