|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r73266 - sandbox/mmap/boost/mmap
From: dsaritz_at_[hidden]
Date: 2011-07-20 18:36:26
Author: psiha
Date: 2011-07-20 18:36:26 EDT (Wed, 20 Jul 2011)
New Revision: 73266
URL: http://svn.boost.org/trac/boost/changeset/73266
Log:
Minor stylistic change.
Text files modified:
sandbox/mmap/boost/mmap/memory_mapping.cpp | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
Modified: sandbox/mmap/boost/mmap/memory_mapping.cpp
==============================================================================
--- sandbox/mmap/boost/mmap/memory_mapping.cpp (original)
+++ sandbox/mmap/boost/mmap/memory_mapping.cpp 2011-07-20 18:36:26 EDT (Wed, 20 Jul 2011)
@@ -26,13 +26,13 @@
#pragma warning ( disable : 4996 ) // "The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name."
#include "io.h"
#else
- #include <sys/mman.h> // mmap, munmap.
- #include <sys/stat.h>
- #include <sys/types.h> // struct stat.
- #include <unistd.h> // sysconf.
+ #include "sys/mman.h" // mmap, munmap.
+ #include "sys/stat.h"
+ #include "sys/types.h" // struct stat.
+ #include "unistd.h" // sysconf.
#endif // _WIN32
-#include <errno.h>
-#include <fcntl.h>
+#include "errno.h"
+#include "fcntl.h"
#ifndef _WIN32
#ifdef __APPLE__
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk