summaryrefslogtreecommitdiff
path: root/src/windows
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-03-15 19:21:35 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-03-15 19:21:35 +0100
commit9dae91f1993c563cf97a87b84836dc3b6306714a (patch)
treeb0b8ec366fc4d3c64615a1a47222d9f278870d57 /src/windows
parenteeed387a65d9dbdafddffab8e6f8b507262ffaf5 (diff)
remove mem
Diffstat (limited to 'src/windows')
-rw-r--r--src/windows/main_windows.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/windows/main_windows.cpp b/src/windows/main_windows.cpp
index 1479e79..c47403a 100644
--- a/src/windows/main_windows.cpp
+++ b/src/windows/main_windows.cpp
@@ -8,7 +8,6 @@
#include "platform.h"
#include "mutex.h"
#include "array.h"
-#include "mem.h"
#include "memory_bucket.h"
#include "image.h"
#include "config.h"