diff options
author | Günther Deschner <gd@samba.org> | 2011-03-17 15:03:24 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-18 13:22:07 +0100 |
commit | fa8471a616ae72667e7b3705f58275f419212fdf (patch) | |
tree | a4affb0be9476e0f107dcfbd7495e170df36ae12 /source3 | |
parent | 2f048e458bbd47307949293cf8436c2d8f879439 (diff) | |
download | samba-fa8471a616ae72667e7b3705f58275f419212fdf.tar.gz |
s3-registry: remove some unused headers.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/registry/reg_api.c | 1 | ||||
-rw-r--r-- | source3/registry/reg_api_regf.c | 1 | ||||
-rw-r--r-- | source3/registry/reg_backend_printing.c | 2 | ||||
-rw-r--r-- | source3/registry/reg_init_full.c | 1 | ||||
-rw-r--r-- | source3/registry/regfio.c | 2 |
5 files changed, 0 insertions, 7 deletions
diff --git a/source3/registry/reg_api.c b/source3/registry/reg_api.c index 7c2e01dccc5..935d2441afa 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 b7a9522fe5b..3625fc4cabe 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 ea6a6f61d46..f76495253e1 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 e63dd9283dd..b222d1392d1 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 e300b144cf5..507f7208235 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 |