From 567df6aacfe4c35a979c178b8c7ffd7c19037a4f Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sat, 6 Jul 2013 19:44:54 +0000 Subject: MemDumpAnalysis: moved into the Tools folder; uses the global Expat library now. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1656 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- MemDumpAnalysis/Globals.h | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 MemDumpAnalysis/Globals.h (limited to 'MemDumpAnalysis/Globals.h') diff --git a/MemDumpAnalysis/Globals.h b/MemDumpAnalysis/Globals.h deleted file mode 100644 index 067af53ad..000000000 --- a/MemDumpAnalysis/Globals.h +++ /dev/null @@ -1,35 +0,0 @@ - -// Globals.h - -// Used for precompiled header generation - - - - - -#pragma once - -#include "../source/Globals.h" - -/* -// System headers: -#include "targetver.h" -#include - -// STL headers: -#include -#include -#include -#include - -// Common: -#include "../source/StringUtils.h" -#include "../source/OSSupport/File.h" -*/ - -// Libraries: -#include "expat/expat.h" - - - - -- cgit v1.2.3