0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

win pre-compild headers

This commit is contained in:
unknown 2009-09-30 14:32:17 -04:00
parent 8058f0b7f3
commit 7153023470
17 changed files with 17 additions and 3 deletions

View File

@ -17,7 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "../stdafx.h"
#include "stdafx.h"
#include "dbtests.h"

View File

@ -17,6 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "stdafx.h"
#include "../db/btree.h"
#include "../db/db.h"

View File

@ -1,5 +1,6 @@
// client.cpp
#include "stdafx.h"
#include "../client/dbclient.h"
#include "dbtests.h"

View File

@ -17,6 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "stdafx.h"
#include "../db/clientcursor.h"
#include "../db/instance.h"
#include "../db/btree.h"

View File

@ -16,9 +16,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "stdafx.h"
#include <boost/program_options.hpp>
#include "../stdafx.h"
#include "framework.h"
#include "../util/file_allocator.h"

View File

@ -17,6 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "stdafx.h"
#include "../db/jsobj.h"
#include "../db/jsobjmanipulator.h"
#include "../db/json.h"

View File

@ -17,6 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "stdafx.h"
#include "../db/jsobj.h"
#include "../db/json.h"

View File

@ -17,6 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "stdafx.h"
#include "../db/instance.h"
#include "../stdafx.h"

View File

@ -17,6 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "stdafx.h"
#include "../db/matcher.h"
#include "../db/json.h"

View File

@ -18,6 +18,7 @@
*/
// Where IndexDetails defined.
#include "stdafx.h"
#include "../db/namespace.h"
#include "../db/db.h"

View File

@ -17,6 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "stdafx.h"
#include "../db/pdfile.h"
#include "../db/db.h"

View File

@ -17,6 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "stdafx.h"
#include "../db/queryoptimizer.h"
#include "../db/db.h"

View File

@ -17,6 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "stdafx.h"
#include "../db/query.h"
#include "../db/db.h"

View File

@ -17,6 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "stdafx.h"
#include "../db/repl.h"
#include "../db/db.h"

View File

@ -17,6 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "stdafx.h"
#include "../util/sock.h"
#include "dbtests.h"

View File

@ -17,6 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "stdafx.h"
#include "../db/query.h"
#include "../db/db.h"

View File

@ -40,6 +40,7 @@
2002-04-13 lpd Splits off main program into a separate file, md5main.c.
*/
#include "stdafx.h"
#include "md5.h"
#include <math.h>
#include <stdio.h>