summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-09-24 11:02:00 -0400
committerEliot Horowitz <eliot@10gen.com>2009-09-24 11:02:00 -0400
commit01e1564c031cfc2503b34bbc7553c8cac32901cf (patch)
tree24cc5f81b1262a82e4793a91b92e60a3aff1e0f3 /tools
parenta74cdf759d60b59a9859b30612456e4dc0c071b5 (diff)
downloadmongo-01e1564c031cfc2503b34bbc7553c8cac32901cf.tar.gz
casing
Diffstat (limited to 'tools')
-rw-r--r--tools/dump.cpp2
-rw-r--r--tools/export.cpp2
-rw-r--r--tools/files.cpp2
-rw-r--r--tools/importJSON.cpp2
-rw-r--r--tools/restore.cpp2
-rw-r--r--tools/tool.cpp2
6 files changed, 6 insertions, 6 deletions
diff --git a/tools/dump.cpp b/tools/dump.cpp
index 443765df03a..0c47c8cbb13 100644
--- a/tools/dump.cpp
+++ b/tools/dump.cpp
@@ -18,7 +18,7 @@
#include "../stdafx.h"
#include "../client/dbclient.h"
-#include "Tool.h"
+#include "tool.h"
#include <fcntl.h>
diff --git a/tools/export.cpp b/tools/export.cpp
index 1e0f3e3f6ad..16c5b93eb22 100644
--- a/tools/export.cpp
+++ b/tools/export.cpp
@@ -20,7 +20,7 @@
#include "client/dbclient.h"
#include "db/json.h"
-#include "Tool.h"
+#include "tool.h"
#include <fstream>
#include <iostream>
diff --git a/tools/files.cpp b/tools/files.cpp
index a422be55c7d..f6b2ca9f707 100644
--- a/tools/files.cpp
+++ b/tools/files.cpp
@@ -20,7 +20,7 @@
#include "client/gridfs.h"
#include "client/dbclient.h"
-#include "Tool.h"
+#include "tool.h"
#include <fstream>
#include <iostream>
diff --git a/tools/importJSON.cpp b/tools/importJSON.cpp
index 981cd38c15f..d7d6936d9f1 100644
--- a/tools/importJSON.cpp
+++ b/tools/importJSON.cpp
@@ -20,7 +20,7 @@
#include "client/dbclient.h"
#include "db/json.h"
-#include "Tool.h"
+#include "tool.h"
#include <fstream>
#include <iostream>
diff --git a/tools/restore.cpp b/tools/restore.cpp
index 5352ff1e9f0..de7270ab0d4 100644
--- a/tools/restore.cpp
+++ b/tools/restore.cpp
@@ -19,7 +19,7 @@
#include "../stdafx.h"
#include "../client/dbclient.h"
#include "../util/mmap.h"
-#include "Tool.h"
+#include "tool.h"
#include <boost/program_options.hpp>
diff --git a/tools/tool.cpp b/tools/tool.cpp
index 64613221271..8aa1cfaac98 100644
--- a/tools/tool.cpp
+++ b/tools/tool.cpp
@@ -1,6 +1,6 @@
// Tool.cpp
-#include "Tool.h"
+#include "tool.h"
#include <iostream>