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.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnuradio-runtime/lib/vmcircbuf_mmap_shm_open.cc b/gnuradio-runtime/lib/vmcircbuf_mmap_shm_open.cc
index 3eef159d73..94f0a26f11 100644
--- a/gnuradio-runtime/lib/vmcircbuf_mmap_shm_open.cc
+++ b/gnuradio-runtime/lib/vmcircbuf_mmap_shm_open.cc
@@ -25,20 +25,20 @@
#endif
#include "vmcircbuf_mmap_shm_open.h"
-#include <stdexcept>
#include <assert.h>
-#include <unistd.h>
#include <fcntl.h>
+#include <unistd.h>
+#include <stdexcept>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_MMAN_H
#include <sys/mman.h>
#endif
-#include <errno.h>
-#include <stdio.h>
#include "pagesize.h"
#include <gnuradio/sys_paths.h>
+#include <errno.h>
+#include <stdio.h>
namespace gr {