From 3d6edf3b5174d2cc8f3a0fbcba18817c53fba3ca Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Tue, 14 Oct 2008 21:52:16 +0200 Subject: [PATCH] Fixed include directive --- forb-idl/forb-idl-c-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forb-idl/forb-idl-c-common.c b/forb-idl/forb-idl-c-common.c index 11f4da5..120a3c6 100644 --- a/forb-idl/forb-idl-c-common.c +++ b/forb-idl/forb-idl-c-common.c @@ -868,7 +868,7 @@ forb_idl_output_c_common (IDL_tree tree, /* fprintf (ci->fh, "#define FORB_IDL_C_COMMON\n"); */ /* fprintf (ci->fh, "#define %s_COMMON\n", ci->c_base_name); */ fprintf (ci->fh, "#include \"%s.h\"\n", ci->base_name); - fprintf (ci->fh, "#include \"forb/cdr.h\"\n\n"); + fprintf (ci->fh, "#include \n\n"); /* fprintf (ci->fh, "static const CORBA_unsigned_long Forb_zero_int = 0;\n"); */ /* FIXME: this is slightly nasty, but we need these in common, -- 2.39.2