summary refs log tree commit diff stats
path: root/Source/Memory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Memory.cpp')
-rw-r--r--Source/Memory.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/Memory.cpp b/Source/Memory.cpp index 80cd103..3121d20 100644 --- a/Source/Memory.cpp +++ b/Source/Memory.cpp
@@ -1,9 +1,7 @@
1#include "pch.h"
1#include "Memory.h" 2#include "Memory.h"
2#include <psapi.h> 3#include <psapi.h>
3#include <tlhelp32.h> 4#include <tlhelp32.h>
4#include <iostream>
5#include <string>
6#include <cassert>
7 5
8#undef PROCESSENTRY32 6#undef PROCESSENTRY32
9#undef Process32Next 7#undef Process32Next