summaryrefslogtreecommitdiff
path: root/plugins/CrashDumper/src/bkstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CrashDumper/src/bkstring.h')
-rw-r--r--plugins/CrashDumper/src/bkstring.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/CrashDumper/src/bkstring.h b/plugins/CrashDumper/src/bkstring.h
index 88cb3bdfc4..511ce2f173 100644
--- a/plugins/CrashDumper/src/bkstring.h
+++ b/plugins/CrashDumper/src/bkstring.h
@@ -16,21 +16,9 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#define _CRT_SECURE_NO_WARNINGS
-
#ifndef _BKSTRING_H_
#define _BKSTRING_H_
-#include <stdio.h>
-#include <stdlib.h>
-#include <stdarg.h>
-#include <string.h>
-#include <tchar.h>
-
-#ifndef min
-#define min(A, B) ((A) < (B) ? (A) : (B))
-#endif
-
class bkstring
{
public: