Fixed macro redefinition errors for redirect.h
This commit is contained in:
parent
d2ecb5c0ac
commit
d95bfa2de8
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,6 @@
|
|||
# define CRITERION_REDIRECT_H_
|
||||
|
||||
# include "internal/common.h"
|
||||
# include "internal/redirect.h"
|
||||
|
||||
# ifdef __cplusplus
|
||||
# include <cstdio>
|
||||
|
@ -565,4 +564,6 @@ namespace criterion {
|
|||
}
|
||||
# endif
|
||||
|
||||
# include "internal/redirect.h"
|
||||
|
||||
#endif /* !CRITERION_REDIRECT_H_ */
|
||||
|
|
Loading…
Add table
Reference in a new issue