summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/vmcircbuf_prefs.cc
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2021-02-24 05:15:36 -0700
committermormj <34754695+mormj@users.noreply.github.com>2021-03-13 13:13:04 -0500
commit72c013a798cd3f4ace6f0fcf09f0c238cbfcabdb (patch)
tree626918947f83e908ebc9f75bd70753b4ec11a8b5 /gnuradio-runtime/lib/vmcircbuf_prefs.cc
parent8793effe5d6013c95b44f52551ba0d660157b263 (diff)
Replace boost::filesystem with std::filesystem
Signed-off-by: Zackery Spytz <zspytz@gmail.com>
Diffstat (limited to 'gnuradio-runtime/lib/vmcircbuf_prefs.cc')
-rw-r--r--gnuradio-runtime/lib/vmcircbuf_prefs.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/gnuradio-runtime/lib/vmcircbuf_prefs.cc b/gnuradio-runtime/lib/vmcircbuf_prefs.cc
index 2ffa74c235..80be2f5939 100644
--- a/gnuradio-runtime/lib/vmcircbuf_prefs.cc
+++ b/gnuradio-runtime/lib/vmcircbuf_prefs.cc
@@ -21,10 +21,8 @@
#include <cstdio>
#include <cstdlib>
#include <cstring>
-
-#include <boost/filesystem/operations.hpp>
-#include <boost/filesystem/path.hpp>
-namespace fs = boost::filesystem;
+#include <filesystem>
+namespace fs = std::filesystem;
namespace gr {