diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-05 09:19:42 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:30 -0500 |
commit | 3a7eff64f27158dc428d3f881c4dc1e613ac6665 (patch) | |
tree | f63aca0f409b33b98818b39b872e79b4415c9a2a /source4/lib/registry/tools | |
parent | 9fe5fa11d637252f1fbe79c7baf778e2d3cdade2 (diff) | |
download | samba-3a7eff64f27158dc428d3f881c4dc1e613ac6665.tar.gz samba-3a7eff64f27158dc428d3f881c4dc1e613ac6665.tar.bz2 samba-3a7eff64f27158dc428d3f881c4dc1e613ac6665.zip |
r3546: including includes.h twice causes gcc 3.4 to crash with pch
(This used to be commit 51c1c2af687ed351d12e6d933659d94f5925728c)
Diffstat (limited to 'source4/lib/registry/tools')
-rw-r--r-- | source4/lib/registry/tools/regpatch.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/lib/registry/tools/regpatch.c b/source4/lib/registry/tools/regpatch.c index 4ad7e162a3..d70d7b8457 100644 --- a/source4/lib/registry/tools/regpatch.c +++ b/source4/lib/registry/tools/regpatch.c @@ -59,8 +59,6 @@ #define CMD_KEY 1 #define CMD_VAL 2 -#include "includes.h" - typedef struct val_spec_list { struct val_spec_list *next; char *name; |