summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/vmcircbuf_mmap_shm_open.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-runtime/lib/vmcircbuf_mmap_shm_open.cc')
-rw-r--r--gnuradio-runtime/lib/vmcircbuf_mmap_shm_open.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnuradio-runtime/lib/vmcircbuf_mmap_shm_open.cc b/gnuradio-runtime/lib/vmcircbuf_mmap_shm_open.cc
index becbe4b27b..f362aea613 100644
--- a/gnuradio-runtime/lib/vmcircbuf_mmap_shm_open.cc
+++ b/gnuradio-runtime/lib/vmcircbuf_mmap_shm_open.cc
@@ -13,9 +13,9 @@
#endif
#include "vmcircbuf_mmap_shm_open.h"
-#include <assert.h>
#include <fcntl.h>
#include <unistd.h>
+#include <cassert>
#include <stdexcept>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
@@ -25,9 +25,9 @@
#endif
#include "pagesize.h"
#include <gnuradio/sys_paths.h>
-#include <errno.h>
-#include <stdio.h>
#include <boost/format.hpp>
+#include <cerrno>
+#include <cstdio>
namespace gr {