From: hades Date: Wed, 1 Sep 1999 06:56:34 +0000 (+0000) Subject: headers to be assumed not part of the application X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=305f8b6d48339a72e4d2ca329419325c47f3111d;p=daqdata.git headers to be assumed not part of the application --- diff --git a/hadaq/tclAppInit.c b/hadaq/tclAppInit.c index 926d24a..d30da61 100644 --- a/hadaq/tclAppInit.c +++ b/hadaq/tclAppInit.c @@ -18,7 +18,7 @@ #include #endif -#include "tcl.h" +#include /* * The following variable is a special hack that is needed in order for diff --git a/hadaq/tkAppInit.c b/hadaq/tkAppInit.c index 5dbb0e0..3471b89 100644 --- a/hadaq/tkAppInit.c +++ b/hadaq/tkAppInit.c @@ -14,7 +14,7 @@ * SCCS: @(#) tkAppInit.c 1.22 96/05/29 09:47:08 */ -#include "tk.h" +#include /* * The following variable is a special hack that is needed in order for