summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2015-01-03 17:41:49 -0500
committerAndrew Morrow <acm@mongodb.com>2015-01-05 18:27:01 -0500
commitfe1a1055a60eef0b37ca389a4c516f27a17d04d1 (patch)
tree2e6bb7adb108858ebe7c536d193990a0e5943703 /src
parent997256fc799e815fbdb4c1b163afcb2aca6dc249 (diff)
downloadmongo-fe1a1055a60eef0b37ca389a4c516f27a17d04d1.tar.gz
SERVER-13256 Remove inclusion of export_macros from pch.h
Diffstat (limited to 'src')
-rw-r--r--src/mongo/client/cyrus_sasl_client_session.h1
-rw-r--r--src/mongo/client/native_sasl_client_session.h1
-rw-r--r--src/mongo/client/replica_set_monitor.h1
-rw-r--r--src/mongo/pch.h2
4 files changed, 3 insertions, 2 deletions
diff --git a/src/mongo/client/cyrus_sasl_client_session.h b/src/mongo/client/cyrus_sasl_client_session.h
index 2b6d04fe95f..53d225d31bd 100644
--- a/src/mongo/client/cyrus_sasl_client_session.h
+++ b/src/mongo/client/cyrus_sasl_client_session.h
@@ -25,6 +25,7 @@
* then also delete it in the license file.
*/
+#include "mongo/client/export_macros.h"
#include "mongo/client/sasl_client_session.h"
#include <sasl/sasl.h>
diff --git a/src/mongo/client/native_sasl_client_session.h b/src/mongo/client/native_sasl_client_session.h
index b96c3eb9469..2a3ecec104d 100644
--- a/src/mongo/client/native_sasl_client_session.h
+++ b/src/mongo/client/native_sasl_client_session.h
@@ -27,6 +27,7 @@
#include <boost/scoped_ptr.hpp>
+#include "mongo/client/export_macros.h"
#include "mongo/client/sasl_client_session.h"
namespace mongo {
diff --git a/src/mongo/client/replica_set_monitor.h b/src/mongo/client/replica_set_monitor.h
index 225aa749555..3c768d60c04 100644
--- a/src/mongo/client/replica_set_monitor.h
+++ b/src/mongo/client/replica_set_monitor.h
@@ -33,6 +33,7 @@
#include "mongo/base/disallow_copying.h"
#include "mongo/base/string_data.h"
+#include "mongo/client/export_macros.h"
#include "mongo/stdx/functional.h"
#include "mongo/util/net/hostandport.h"
diff --git a/src/mongo/pch.h b/src/mongo/pch.h
index 862f3d218a8..30a8d20e169 100644
--- a/src/mongo/pch.h
+++ b/src/mongo/pch.h
@@ -59,8 +59,6 @@
#include "mongo/client/redef_macros.h"
-#include "mongo/client/export_macros.h"
-
namespace mongo {
using namespace std;