rolling back changes to objson includes. opensrf cannot find "opensrf/<blah>" since...
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 13 Jun 2007 15:10:29 +0000 (15:10 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 13 Jun 2007 15:10:29 +0000 (15:10 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@947 9efc2488-bf62-4759-914b-345cdb29e865

src/objson/json2xml.h
src/objson/json_parser.h
src/objson/object.h

index 5998150..e4d2b44 100644 (file)
@@ -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*);
 
index f6d9803..bba852f 100644 (file)
@@ -24,7 +24,8 @@ GNU General Public License for more details.
 
 #include <stdio.h>
 #include "object.h"
-#include "opensrf/utils.h"
+//#include "opensrf/utils.h"
+#include "utils.h"
 
 
 
index d782574..8764e89 100644 (file)
@@ -26,7 +26,8 @@ GNU General Public License for more details.
 #include <stdlib.h>
 #include <string.h>
 
-#include "opensrf/utils.h"
+//#include "opensrf/utils.h"
+#include "utils.h"
 
 /* json object types */
 #define JSON_HASH      0