summaryrefslogtreecommitdiff
path: root/src/mongo/db/geo
diff options
context:
space:
mode:
authorDan Pasette <dan@10gen.com>2013-05-13 19:47:49 -0400
committerDan Pasette <dan@10gen.com>2013-07-24 17:26:42 -0400
commit737faaff67f71ebee46e115f5278c48e62617a1e (patch)
treeaf14abde3054cf2a4932df629c5ac729e0fe847f /src/mongo/db/geo
parent899c017dd024f487d0601ec7a9b5389b723adf9a (diff)
downloadmongo-737faaff67f71ebee46e115f5278c48e62617a1e.tar.gz
Clean up #includes to conform with coding standard
Diffstat (limited to 'src/mongo/db/geo')
-rw-r--r--src/mongo/db/geo/geoparser.cpp3
-rw-r--r--src/mongo/db/geo/hash_test.cpp2
2 files changed, 3 insertions, 2 deletions
diff --git a/src/mongo/db/geo/geoparser.cpp b/src/mongo/db/geo/geoparser.cpp
index 31e1cdee664..b4b94838a3e 100644
--- a/src/mongo/db/geo/geoparser.cpp
+++ b/src/mongo/db/geo/geoparser.cpp
@@ -14,10 +14,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "mongo/db/geo/geoparser.h"
+
#include <string>
#include <vector>
-#include "mongo/db/geo/geoparser.h"
#include "mongo/db/geo/shapes.h"
#include "mongo/db/jsobj.h"
#include "mongo/util/mongoutils/str.h"
diff --git a/src/mongo/db/geo/hash_test.cpp b/src/mongo/db/geo/hash_test.cpp
index 65a700fae76..08b5760831c 100644
--- a/src/mongo/db/geo/hash_test.cpp
+++ b/src/mongo/db/geo/hash_test.cpp
@@ -24,7 +24,7 @@
#include "mongo/db/geo/hash.h"
#include "mongo/platform/random.h"
#include "mongo/unittest/unittest.h"
-#include "util/assert_util.h"
+#include "mongo/util/assert_util.h"
using mongo::GeoHash;
using std::string;