From 0a0ebd73fb98002f099544eca5deaf6763790277 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 3 Mar 2011 16:27:26 +1100 Subject: tdb: use system include style for system headers --- lib/tdb/include/tdb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tdb/include/tdb.h') diff --git a/lib/tdb/include/tdb.h b/lib/tdb/include/tdb.h index 658e81ea1f..5eb95625da 100644 --- a/lib/tdb/include/tdb.h +++ b/lib/tdb/include/tdb.h @@ -30,7 +30,7 @@ extern "C" { #endif -#include "signal.h" +#include /** * @defgroup tdb The tdb API -- cgit