From 48c17d2c515d6149217f7e060eaabd2e3a2efca3 Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 13 Jun 2007 15:10:29 +0000 Subject: [PATCH] rolling back changes to objson includes. opensrf cannot find "opensrf/" since there is no external include directory yet. git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@947 9efc2488-bf62-4759-914b-345cdb29e865 --- src/objson/json2xml.h | 3 ++- src/objson/json_parser.h | 3 ++- src/objson/object.h | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/objson/json2xml.h b/src/objson/json2xml.h index 5998150..e4d2b44 100644 --- a/src/objson/json2xml.h +++ b/src/objson/json2xml.h @@ -5,7 +5,8 @@ /* 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*); diff --git a/src/objson/json_parser.h b/src/objson/json_parser.h index f6d9803..bba852f 100644 --- a/src/objson/json_parser.h +++ b/src/objson/json_parser.h @@ -24,7 +24,8 @@ GNU General Public License for more details. #include #include "object.h" -#include "opensrf/utils.h" +//#include "opensrf/utils.h" +#include "utils.h" diff --git a/src/objson/object.h b/src/objson/object.h index d782574..8764e89 100644 --- a/src/objson/object.h +++ b/src/objson/object.h @@ -26,7 +26,8 @@ GNU General Public License for more details. #include #include -#include "opensrf/utils.h" +//#include "opensrf/utils.h" +#include "utils.h" /* json object types */ #define JSON_HASH 0 -- 2.43.2