removing the XSLT filter from the build, only keeping the ALVIS filter
[idzebra-moved-to-github.git] / recctrl / inline.c
index 96fd79d..30c04d9 100644 (file)
@@ -1,22 +1,10 @@
 /*
-    $Id: inline.c,v 1.4 2004-12-10 11:56:22 heikki Exp $
+    $Id: inline.c,v 1.6 2006-05-10 08:13:28 adam Exp $
 */
 #include <stdio.h>
 #include <string.h>
 #include <ctype.h>
-/* Old yaz-util includes (FIXME - clean up what is not needed)*/
-#include <yaz/yconfig.h>
-#include <yaz/yaz-version.h>
-#include <yaz/xmalloc.h>
-#include <yaz/ylog.h>  
-#include <yaz/tpath.h>
-#include <yaz/options.h>
-#include <yaz/wrbuf.h>
-#include <yaz/nmem.h>
-#include <yaz/readconf.h>
-#include <yaz/marcdisp.h>
-#include <yaz/yaz-iconv.h>
-
+#include <yaz/yaz-util.h>
 #include "inline.h"
 
 static void inline_destroy_subfield_recursive(inline_subfield *p);
@@ -135,3 +123,11 @@ int inline_parse(inline_field *pif, const char *tag, const char *s)
     }
     return 0;
 }
+/*
+ * Local variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ * vim: shiftwidth=4 tabstop=8 expandtab
+ */
+