Merged common utility versions with those in recoll. Keep them identical in the future and make maintenance easier

Jean-Francois Dockes Jean-Francois Dockes 2016-03-22

<< < 1 2 (Page 2 of 2)
copied src/conftree.hxx -> src/conftree.h
src/conftree.hxx to src/conftree.h
--- a/src/conftree.hxx
+++ b/src/conftree.h
@@ -49,6 +49,7 @@
  * (useful to have central/personal config files)
  */
 
+#include <time.h>
 #include <algorithm>
 #include <map>
 #include <string>
@@ -62,7 +63,7 @@
 #include <ostream>
 #endif
 
-#include "upmpdutils.hxx"
+#include "pathut.h"
 
 using std::string;
 using std::vector;
<< < 1 2 (Page 2 of 2)