diff options
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/torture.h | 2 | ||||
-rw-r--r-- | source4/torture/ui.h | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/source4/torture/torture.h b/source4/torture/torture.h index a5a6bc1cbf..26ecdb567b 100644 --- a/source4/torture/torture.h +++ b/source4/torture/torture.h @@ -36,6 +36,6 @@ extern int torture_numasync; struct torture_test; int torture_init(void); bool torture_register_suite(struct torture_suite *suite); -#include "torture/ui.h" + #endif /* __TORTURE_H__ */ diff --git a/source4/torture/ui.h b/source4/torture/ui.h index a90af21d4a..6645d9b012 100644 --- a/source4/torture/ui.h +++ b/source4/torture/ui.h @@ -384,5 +384,4 @@ bool torture_suite_init_tcase(struct torture_suite *suite, struct torture_context *torture_context_init(TALLOC_CTX *mem_ctx, const struct torture_ui_ops *ui_ops); - #endif /* __TORTURE_UI_H__ */ |