aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/include/storages
diff options
context:
space:
mode:
authormj-xmr <mjxmr@protonmail.com>2020-11-10 18:18:04 +0100
committermj-xmr <mjxmr@protonmail.com>2021-03-28 15:41:48 +0200
commit673c6d2d11a4ae639c43bbf40e31e808932fd625 (patch)
treebafa4f0b6113e7720a9978f7e071760e1f4131bc /contrib/epee/include/storages
parentMerge pull request #7619 (diff)
downloadmonero-673c6d2d11a4ae639c43bbf40e31e808932fd625.tar.xz
Reduce compilation time of epee/portable_storage_template_helper.h
Diffstat (limited to 'contrib/epee/include/storages')
-rw-r--r--contrib/epee/include/storages/portable_storage_template_helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/epee/include/storages/portable_storage_template_helper.h b/contrib/epee/include/storages/portable_storage_template_helper.h
index e7250e895..00ad15e9d 100644
--- a/contrib/epee/include/storages/portable_storage_template_helper.h
+++ b/contrib/epee/include/storages/portable_storage_template_helper.h
@@ -29,7 +29,7 @@
#include <string>
#include "byte_slice.h"
-#include "parserse_base_utils.h"
+#include "parserse_base_utils.h" /// TODO: (mj-xmr) This will be reduced in an another PR
#include "portable_storage.h"
#include "file_io_utils.h"
#include "span.h"