1 2 3 4 5 6 7 8 9 10 11 12 13
|
--- a/tools/util/validate-names4.c
+++ b/tools/util/validate-names4.c
@@ -30,8 +30,8 @@
#include <klib/rc.h> /* RC */
#include <vfs/path.h> /* VPath */
-#include "../../../ncbi-vdb/libs/vfs/json-response.h" /* Response4Make4 */
-#include "../../../ncbi-vdb/libs/vfs/services-priv.h"/*KServiceGetKSrvResponse*/
+#include <vfs/json-response.h> /* Response4Make4 */
+#include <vfs/services-priv-internal.h> /*KServiceGetKSrvResponse*/
#define RELEASE(type, obj) do { rc_t rc2 = type##Release(obj); \
if (rc2 && !rc) { rc = rc2; } obj = NULL; } while (false)
|