diff options
author | Tad Marshall <tad@10gen.com> | 2012-05-20 10:38:53 -0400 |
---|---|---|
committer | Tad Marshall <tad@10gen.com> | 2012-05-20 16:30:21 -0400 |
commit | 0a5953d46bb50c12095054ab434a56fd9e7f1172 (patch) | |
tree | 8360491a294972c5dbf9f9b1f6170dcba0fda0a9 /src/mongo/platform/windows_basic.h | |
parent | fa79e6978f17d9db78d71bbcfffb1032a83f7c09 (diff) | |
download | mongo-0a5953d46bb50c12095054ab434a56fd9e7f1172.tar.gz |
Some cleanup of headers and whitespace
Try to impose current kernel style guide rules for include files on a
subset of files: include what you use, start include paths from "mongo/",
group and sort includes alphabetically. Changed tabs to spaces in a few
places, fixed alignment where tabs had throw it off.
Diffstat (limited to 'src/mongo/platform/windows_basic.h')
-rw-r--r-- | src/mongo/platform/windows_basic.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mongo/platform/windows_basic.h b/src/mongo/platform/windows_basic.h index 3a728981d33..07776d8b46d 100644 --- a/src/mongo/platform/windows_basic.h +++ b/src/mongo/platform/windows_basic.h @@ -8,10 +8,9 @@ # ifndef NOMINMAX # define NOMINMAX # endif -// tell windows.h not to include a bunch of headers -// we don't need: +// tell windows.h not to include a bunch of headers we don't need: # define WIN32_LEAN_AND_MEAN -# include "targetver.h" +# include "mongo/targetver.h" # include <winsock2.h> //this must be included before the first windows.h include # include <ws2tcpip.h> # include <wspiapi.h> |