s3-registry: remove some unused headers.
authorGünther Deschner <gd@samba.org>
Thu, 17 Mar 2011 14:03:24 +0000 (15:03 +0100)
committerGünther Deschner <gd@samba.org>
Fri, 18 Mar 2011 12:22:07 +0000 (13:22 +0100)
Guenther

source3/registry/reg_api.c
source3/registry/reg_api_regf.c
source3/registry/reg_backend_printing.c
source3/registry/reg_init_full.c
source3/registry/regfio.c

index 7c2e01dccc594fcaa6be30d2704ad47930e2e4c0..935d2441afa5fdf1e282dd16d631abf4e4b859e1 100644 (file)
@@ -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"
index b7a9522fe5ba490ae72bcb10d7033f26fa0e255e..3625fc4cabe3c42be195cb80a60ed7f85db2c8ba 100644 (file)
@@ -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
index ea6a6f61d46974e1feb35918f1be994bf52f25b0..f76495253e13c9378a59bf4ce01c21b1d475d7ee 100644 (file)
@@ -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
index e63dd9283dde4478d21579cad5d2c873551e978d..b222d1392d17cc2b36c3a0be3dfca69e6c9ba537 100644 (file)
@@ -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"
 
index e300b144cf5d4422d05ba408d21f58bf502e5c07..507f720823538bc0be618b806f71f5bbe0e715f6 100644 (file)
@@ -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