Skip to content

Commit

Permalink
Tidy up precompiled header setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gorlak committed Apr 15, 2018
1 parent 83277c4 commit 1aae268
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Mongo.cpp
@@ -1,4 +1,4 @@
#include "MongoPch.h"
#include "Precompile.h"
#include "Mongo/Mongo.h"

#include "Foundation/Log.h"
Expand Down
2 changes: 1 addition & 1 deletion MongoPch.cpp → Precompile.cpp
@@ -1,4 +1,4 @@
#include "MongoPch.h"
#include "Precompile.h"

#include "Platform/MemoryHeap.h"

Expand Down
File renamed without changes.

0 comments on commit 1aae268

Please sign in to comment.