From fa8471a616ae72667e7b3705f58275f419212fdf Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 17 Mar 2011 15:03:24 +0100 Subject: s3-registry: remove some unused headers. Guenther --- source3/registry/reg_api.c | 1 - source3/registry/reg_api_regf.c | 1 - source3/registry/reg_backend_printing.c | 2 -- source3/registry/reg_init_full.c | 1 - source3/registry/regfio.c | 2 -- 5 files changed, 7 deletions(-) (limited to 'source3/registry') diff --git a/source3/registry/reg_api.c b/source3/registry/reg_api.c index 7c2e01dccc..935d2441af 100644 --- a/source3/registry/reg_api.c +++ b/source3/registry/reg_api.c @@ -66,7 +66,6 @@ #include "registry.h" #include "reg_api.h" #include "reg_cachehook.h" -#include "reg_util_internal.h" #include "reg_backend_db.h" #include "reg_dispatcher.h" #include "reg_objects.h" diff --git a/source3/registry/reg_api_regf.c b/source3/registry/reg_api_regf.c index b7a9522fe5..3625fc4cab 100644 --- a/source3/registry/reg_api_regf.c +++ b/source3/registry/reg_api_regf.c @@ -25,7 +25,6 @@ #include "regfio.h" #include "reg_util_internal.h" #include "reg_dispatcher.h" -#include "reg_objects.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_REGISTRY diff --git a/source3/registry/reg_backend_printing.c b/source3/registry/reg_backend_printing.c index ea6a6f61d4..f76495253e 100644 --- a/source3/registry/reg_backend_printing.c +++ b/source3/registry/reg_backend_printing.c @@ -24,8 +24,6 @@ #include "registry.h" #include "reg_util_internal.h" #include "reg_backend_db.h" -#include "reg_objects.h" -#include "../librpc/gen_ndr/ndr_spoolss.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_REGISTRY diff --git a/source3/registry/reg_init_full.c b/source3/registry/reg_init_full.c index e63dd9283d..b222d1392d 100644 --- a/source3/registry/reg_init_full.c +++ b/source3/registry/reg_init_full.c @@ -24,7 +24,6 @@ #include "registry.h" #include "reg_cachehook.h" #include "reg_backend_db.h" -#include "reg_perfcount.h" #include "reg_init_basic.h" #include "reg_init_full.h" diff --git a/source3/registry/regfio.c b/source3/registry/regfio.c index e300b144cf..507f720823 100644 --- a/source3/registry/regfio.c +++ b/source3/registry/regfio.c @@ -18,9 +18,7 @@ */ #include "includes.h" -#include "reg_parse_prs.h" #include "regfio.h" -#include "reg_objects.h" #include "../librpc/gen_ndr/ndr_security.h" #undef DBGC_CLASS -- cgit