From 96dd10cc00d02fb0ae49dfc9c3a74e6d99dc571b Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 8 Sep 2006 15:22:38 +0000 Subject: r18274: Cleanup unnecessary empty headers and add a comment why the remaining ones are needed (This used to be commit e4fc8ba7fb1cbb7258bc08f1dc2b9d2205bf7f81) --- source3/librpc/gen_ndr/ndr_dcerpc.h | 2 ++ source3/librpc/gen_ndr/ndr_security.h | 2 ++ source3/librpc/ndr/ndr_dcerpc.h | 0 source3/librpc/ndr/ndr_misc.h | 0 source3/librpc/ndr/ndr_security.h | 0 5 files changed, 4 insertions(+) delete mode 100644 source3/librpc/ndr/ndr_dcerpc.h delete mode 100644 source3/librpc/ndr/ndr_misc.h delete mode 100644 source3/librpc/ndr/ndr_security.h (limited to 'source3/librpc') diff --git a/source3/librpc/gen_ndr/ndr_dcerpc.h b/source3/librpc/gen_ndr/ndr_dcerpc.h index e69de29bb2..292e9011c6 100644 --- a/source3/librpc/gen_ndr/ndr_dcerpc.h +++ b/source3/librpc/gen_ndr/ndr_dcerpc.h @@ -0,0 +1,2 @@ +/* empty header to deal with pidl */ + diff --git a/source3/librpc/gen_ndr/ndr_security.h b/source3/librpc/gen_ndr/ndr_security.h index e69de29bb2..292e9011c6 100644 --- a/source3/librpc/gen_ndr/ndr_security.h +++ b/source3/librpc/gen_ndr/ndr_security.h @@ -0,0 +1,2 @@ +/* empty header to deal with pidl */ + diff --git a/source3/librpc/ndr/ndr_dcerpc.h b/source3/librpc/ndr/ndr_dcerpc.h deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/source3/librpc/ndr/ndr_misc.h b/source3/librpc/ndr/ndr_misc.h deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/source3/librpc/ndr/ndr_security.h b/source3/librpc/ndr/ndr_security.h deleted file mode 100644 index e69de29bb2..0000000000 -- cgit