r3546: including includes.h twice causes gcc 3.4 to crash with pch
authorAndrew Tridgell <tridge@samba.org>
Fri, 5 Nov 2004 09:19:42 +0000 (09:19 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:05:30 +0000 (13:05 -0500)
(This used to be commit 51c1c2af687ed351d12e6d933659d94f5925728c)

source4/lib/registry/tools/regpatch.c

index 4ad7e162a3bccb0cf62212a9fd616829b0274f58..d70d7b8457202a0b47ea093eab17a1c94013feef 100644 (file)
@@ -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;