Revision: 14220
Author: adrian.chadd
Date: Wed Jul 22 07:12:35 2009
Log: Remove unneded include path stuff.


http://code.google.com/p/lusca-cache/source/detail?r=14220

Modified:
  /playpen/LUSCA_HEAD_storework/app/ufs_rebuild/ufst.c

=======================================
--- /playpen/LUSCA_HEAD_storework/app/ufs_rebuild/ufst.c        Wed Jul 22  
07:10:29 2009
+++ /playpen/LUSCA_HEAD_storework/app/ufs_rebuild/ufst.c        Wed Jul 22  
07:12:35 2009
@@ -34,23 +34,23 @@
  #include <sys/stat.h>
  #include <dirent.h>

-#include "../include/util.h"
-
-#include "../libcore/kb.h"
-#include "../libcore/varargs.h"
-#include "../libcore/mem.h"
-#include "../libcore/tools.h"
-
-#include "../libsqdebug/debug.h"
-
-#include "../libsqtlv/tlv.h"
+#include "include/util.h"
+
+#include "libcore/kb.h"
+#include "libcore/varargs.h"
+#include "libcore/mem.h"
+#include "libcore/tools.h"
+
+#include "libsqdebug/debug.h"
+
+#include "libsqtlv/tlv.h"

  #define       SQUID_MD5_DIGEST_LENGTH 16

-#include "../libsqstore/store_mgr.h"
-#include "../libsqstore/store_meta.h"
-#include "../libsqstore/store_log.h"
-#include "../libsqstore/store_file_ufs.h"
+#include "libsqstore/store_mgr.h"
+#include "libsqstore/store_meta.h"
+#include "libsqstore/store_log.h"
+#include "libsqstore/store_file_ufs.h"

  #define       BUFSIZE         1024


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"lusca-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/lusca-commit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to