From f78a534dd20d0afa0a63abf693add4286c0e3f37 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 11 Feb 2010 21:28:48 +1100 Subject: s4-net-drs: fix some coding style issues We should use the system/*.h headers for system includes. We also try to avoid C++ comments. Signed-off-by: Andrew Tridgell --- source4/utils/net/drs/net_drs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source4/utils/net/drs/net_drs.c') diff --git a/source4/utils/net/drs/net_drs.c b/source4/utils/net/drs/net_drs.c index 7772d83ace..c28684314c 100644 --- a/source4/utils/net/drs/net_drs.c +++ b/source4/utils/net/drs/net_drs.c @@ -25,8 +25,7 @@ #include "net_drs.h" #include "lib/ldb/include/ldb.h" #include "lib/ldb_wrap.h" - -#include +#include "system/filesys.h" /** -- cgit