diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-08-18 13:49:22 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:58:08 -0500 |
commit | 1a89c76c939811904023f58a6884ad9035f6a5e8 (patch) | |
tree | 437b1720c9f44138caf62308da5fa8524d92c3ea | |
parent | 7d032a99927d3d4ddfc5561e8a96d0315a28ed35 (diff) | |
download | samba-1a89c76c939811904023f58a6884ad9035f6a5e8.tar.gz samba-1a89c76c939811904023f58a6884ad9035f6a5e8.tar.bz2 samba-1a89c76c939811904023f58a6884ad9035f6a5e8.zip |
r1884: remove empty header file
metze
(This used to be commit 874d4506094123a1f42c32c3ad37f6374f5958e8)
-rw-r--r-- | source4/librpc/ndr/libndr.h | 1 | ||||
-rw-r--r-- | source4/librpc/ndr/ndr_basic.h | 0 |
2 files changed, 0 insertions, 1 deletions
diff --git a/source4/librpc/ndr/libndr.h b/source4/librpc/ndr/libndr.h index 8e2e08dc0c..68713cdae2 100644 --- a/source4/librpc/ndr/libndr.h +++ b/source4/librpc/ndr/libndr.h @@ -238,7 +238,6 @@ typedef void (*ndr_print_fn_t)(struct ndr_print *, const char *, void *); typedef void (*ndr_print_function_t)(struct ndr_print *, const char *, int, void *); typedef void (*ndr_print_union_fn_t)(struct ndr_print *, const char *, uint32_t, void *); -#include "librpc/ndr/ndr_basic.h" #include "librpc/ndr/ndr_sec.h" /* now pull in the individual parsers */ diff --git a/source4/librpc/ndr/ndr_basic.h b/source4/librpc/ndr/ndr_basic.h deleted file mode 100644 index e69de29bb2..0000000000 --- a/source4/librpc/ndr/ndr_basic.h +++ /dev/null |