11 lines
266 B
C++
11 lines
266 B
C++
--- sources/commands.cpp.orig 2020-06-29 17:57:42 UTC
|
|
+++ sources/commands.cpp
|
|
@@ -14,7 +14,7 @@
|
|
#include <fuse.h>
|
|
#include <json/json.h>
|
|
#include <tclap/CmdLine.h>
|
|
-#include <utf8proc/utf8proc.h>
|
|
+#include <utf8proc.h>
|
|
|
|
#include <algorithm>
|
|
#include <memory>
|