From 4924446969b0f2a02b799fa9b2af14172310ebf0 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 2 Apr 2008 14:10:16 +0200 Subject: Trim down installed headers some more. (This used to be commit 71aa38842c270d52d39b805bf7ce29e25e062024) --- source4/torture/torture.h | 2 +- source4/torture/ui.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'source4/torture') 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__ */ -- cgit