diff options
Diffstat (limited to 'src/test/examples/TestEngine/precomp.h')
-rw-r--r-- | src/test/examples/TestEngine/precomp.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/test/examples/TestEngine/precomp.h b/src/test/examples/TestEngine/precomp.h index d0068747..0d2afb06 100644 --- a/src/test/examples/TestEngine/precomp.h +++ b/src/test/examples/TestEngine/precomp.h | |||
@@ -14,8 +14,5 @@ | |||
14 | #include "BootstrapperApplication.h" | 14 | #include "BootstrapperApplication.h" |
15 | 15 | ||
16 | #include "TestEngine.h" | 16 | #include "TestEngine.h" |
17 | 17 | #include "ReloadEngine.h" | |
18 | HRESULT RunShutdownEngine( | 18 | #include "ShutdownEngine.h" |
19 | __in LPCWSTR wzBundleFilePath, | ||
20 | __in LPCWSTR wzBAFilePath | ||
21 | ); | ||