update for lib/utils split
Update sources with the new paths
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "mu-runtime.h"
|
||||
#include "mu-util.h"
|
||||
#include "utils/mu-util.h"
|
||||
|
||||
#include <locale.h> /* for setlocale() */
|
||||
|
||||
@ -26,8 +26,6 @@
|
||||
#include <unordered_map>
|
||||
static std::unordered_map<MuRuntimePath, std::string> RuntimePaths;
|
||||
|
||||
#include "mu-log.h"
|
||||
|
||||
constexpr auto PartsDir = "parts";
|
||||
constexpr auto LogDir = "log";
|
||||
constexpr auto XapianDir = "xapian";
|
||||
|
||||
Reference in New Issue
Block a user