summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-04-02 14:10:16 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-04-02 14:10:16 +0200
commit4924446969b0f2a02b799fa9b2af14172310ebf0 (patch)
treeb30ea88bf769ebf6fcc554190429d2a60ca183a0 /source4/torture
parentec7394e7d2f589905044cff3cb1899f0815991d6 (diff)
downloadsamba-4924446969b0f2a02b799fa9b2af14172310ebf0.tar.gz
samba-4924446969b0f2a02b799fa9b2af14172310ebf0.tar.bz2
samba-4924446969b0f2a02b799fa9b2af14172310ebf0.zip
Trim down installed headers some more.
(This used to be commit 71aa38842c270d52d39b805bf7ce29e25e062024)
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/torture.h2
-rw-r--r--source4/torture/ui.h1
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__ */