summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/vmcircbuf_createfilemapping.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-runtime/lib/vmcircbuf_createfilemapping.cc')
-rw-r--r--gnuradio-runtime/lib/vmcircbuf_createfilemapping.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnuradio-runtime/lib/vmcircbuf_createfilemapping.cc b/gnuradio-runtime/lib/vmcircbuf_createfilemapping.cc
index b215fcfa6a..55f8daace8 100644
--- a/gnuradio-runtime/lib/vmcircbuf_createfilemapping.cc
+++ b/gnuradio-runtime/lib/vmcircbuf_createfilemapping.cc
@@ -24,20 +24,20 @@
#include "config.h"
#endif
-#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 "vmcircbuf_createfilemapping.h"
+#include <errno.h>
+#include <stdio.h>
#include <boost/format.hpp>
namespace gr {