From 3a7eff64f27158dc428d3f881c4dc1e613ac6665 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 5 Nov 2004 09:19:42 +0000 Subject: r3546: including includes.h twice causes gcc 3.4 to crash with pch (This used to be commit 51c1c2af687ed351d12e6d933659d94f5925728c) --- source4/lib/registry/tools/regpatch.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/lib/registry') 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; -- cgit