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:
parent
8058f0b7f3
commit
7153023470
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -1,5 +1,6 @@
|
||||
// client.cpp
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "../client/dbclient.h"
|
||||
#include "dbtests.h"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -18,6 +18,7 @@
|
||||
*/
|
||||
|
||||
// Where IndexDetails defined.
|
||||
#include "stdafx.h"
|
||||
#include "../db/namespace.h"
|
||||
|
||||
#include "../db/db.h"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user