summaryrefslogtreecommitdiff
path: root/source3/registry
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-17 15:03:24 +0100
committerGünther Deschner <gd@samba.org>2011-03-18 13:22:07 +0100
commitfa8471a616ae72667e7b3705f58275f419212fdf (patch)
treea4affb0be9476e0f107dcfbd7495e170df36ae12 /source3/registry
parent2f048e458bbd47307949293cf8436c2d8f879439 (diff)
downloadsamba-fa8471a616ae72667e7b3705f58275f419212fdf.tar.gz
samba-fa8471a616ae72667e7b3705f58275f419212fdf.tar.bz2
samba-fa8471a616ae72667e7b3705f58275f419212fdf.zip
s3-registry: remove some unused headers.
Guenther
Diffstat (limited to 'source3/registry')
-rw-r--r--source3/registry/reg_api.c1
-rw-r--r--source3/registry/reg_api_regf.c1
-rw-r--r--source3/registry/reg_backend_printing.c2
-rw-r--r--source3/registry/reg_init_full.c1
-rw-r--r--source3/registry/regfio.c2
5 files changed, 0 insertions, 7 deletions
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