Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/thirdparty/ZenLib/ZenLib/PreComp.h')
-rw-r--r--src/thirdparty/ZenLib/ZenLib/PreComp.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/thirdparty/ZenLib/ZenLib/PreComp.h b/src/thirdparty/ZenLib/ZenLib/PreComp.h
deleted file mode 100644
index 7941c0454..000000000
--- a/src/thirdparty/ZenLib/ZenLib/PreComp.h
+++ /dev/null
@@ -1,34 +0,0 @@
-/* Copyright (c) MediaArea.net SARL. All Rights Reserved.
- *
- * Use of this source code is governed by a zlib-style license that can
- * be found in the License.txt file in the root of the source tree.
- */
-
-//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-//
-// Helpers for compilers (precompilation)
-//
-//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-
-//---------------------------------------------------------------------------
-#ifndef ZenLib_PreCompH
-#define ZenLib_PreCompH
-//---------------------------------------------------------------------------
-
-//---------------------------------------------------------------------------
-#if defined(_MSC_VER) || defined(__BORLANDC__)
- #include <cstring>
- #include <cstdio>
- #include <cstdlib>
- #include <ctime>
- #include <algorithm>
- #include <map>
- #include <sstream>
- #include <iomanip>
- #include <cmath>
- #include "ZenLib/Conf.h"
- #include "ZenLib/Conf_Internal.h"
-#endif //defined(_MSC_VER) || defined(__BORLANDC__)
-//---------------------------------------------------------------------------
-
-#endif