summaryrefslogtreecommitdiffstats
path: root/MemDumpAnalysis/Globals.h
blob: 067af53ad132a1b0de8e405889eccf10bde9bf36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35

// Globals.h

// Used for precompiled header generation





#pragma once

#include "../source/Globals.h"

/*
// System headers:
#include "targetver.h"
#include <stdio.h>

// STL headers:
#include <vector>
#include <list>
#include <map>
#include <string>

// Common:
#include "../source/StringUtils.h"
#include "../source/OSSupport/File.h"
*/

// Libraries:
#include "expat/expat.h"