summaryrefslogtreecommitdiff
path: root/src/utils/xml/pugixml.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-05-05 17:51:30 +0300
committerAndrei Karas <akaras@inbox.ru>2017-05-05 17:52:20 +0300
commit0f1ff357b2c24e16ac96ea4650de6deeb9609485 (patch)
treeacfaa7c6180ace1e127ea1be06da27a469ea0e04 /src/utils/xml/pugixml.cpp
parent5aca48c5a15041a85af0709cdf1496c61c34b1dd (diff)
downloadplus-0f1ff357b2c24e16ac96ea4650de6deeb9609485.tar.gz
plus-0f1ff357b2c24e16ac96ea4650de6deeb9609485.tar.bz2
plus-0f1ff357b2c24e16ac96ea4650de6deeb9609485.tar.xz
plus-0f1ff357b2c24e16ac96ea4650de6deeb9609485.zip
Rename virtfs into fs.
Diffstat (limited to 'src/utils/xml/pugixml.cpp')
-rw-r--r--src/utils/xml/pugixml.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/xml/pugixml.cpp b/src/utils/xml/pugixml.cpp
index 09bdd75aa..0c9e2bee9 100644
--- a/src/utils/xml/pugixml.cpp
+++ b/src/utils/xml/pugixml.cpp
@@ -24,7 +24,7 @@
#include "utils/xml/pugixml.h"
-#include "fs/virtfs/virtfs.h"
+#include "fs/virtfs/fs.h"
#include "utils/checkutils.h"
#include "utils/delete2.h"