/* the JSON parser, so we can read the response we're XMLizing */
#include "object.h"
#include "json_parser.h"
-#include "opensrf/utils.h"
+//#include "opensrf/utils.h"
+#include "utils.h"
char* jsonObjectToXML(jsonObject*);
#include <stdio.h>
#include "object.h"
-#include "opensrf/utils.h"
+//#include "opensrf/utils.h"
+#include "utils.h"
#include <stdlib.h>
#include <string.h>
-#include "opensrf/utils.h"
+//#include "opensrf/utils.h"
+#include "utils.h"
/* json object types */
#define JSON_HASH 0