From 45f30389a9128fe2216371cabbe8426b634d68e9 Mon Sep 17 00:00:00 2001 From: Eric Milkie Date: Mon, 2 Apr 2012 14:55:19 -0400 Subject: SERVER-5348 make dbclient.h the main C++ driver include file This change fixes some #defines of common C functions so that their definitions do not leak into consumer code. I also had to change Labeler SIZE because it conflicts with Windows SIZE. pch.h is on its way out, but for now it's hanging around. --- src/mongo/db/replutil.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mongo/db/replutil.h') diff --git a/src/mongo/db/replutil.h b/src/mongo/db/replutil.h index aa8c25ad5f5..896af6a8e9a 100644 --- a/src/mongo/db/replutil.h +++ b/src/mongo/db/replutil.h @@ -19,7 +19,6 @@ #include "db.h" #include "dbhelpers.h" #include "json.h" -#include "../client/dbclient.h" #include "repl.h" #include "cmdline.h" #include "repl/rs.h" -- cgit v1.2.1