summaryrefslogtreecommitdiffstats
path: root/src/common/virtual_buffer.cpp
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-08-05 23:15:41 +0200
committerJan Beich <jbeich@FreeBSD.org>2020-08-05 23:36:35 +0200
commit238208ee308b5ebfa54edd1b16673e0a48dbb4cc (patch)
treea23ad32d1f27f1f1c2a846e15e8162b2b68d1d5b /src/common/virtual_buffer.cpp
parentMerge pull request #4475 from lioncash/bqueue (diff)
downloadyuzu-238208ee308b5ebfa54edd1b16673e0a48dbb4cc.tar
yuzu-238208ee308b5ebfa54edd1b16673e0a48dbb4cc.tar.gz
yuzu-238208ee308b5ebfa54edd1b16673e0a48dbb4cc.tar.bz2
yuzu-238208ee308b5ebfa54edd1b16673e0a48dbb4cc.tar.lz
yuzu-238208ee308b5ebfa54edd1b16673e0a48dbb4cc.tar.xz
yuzu-238208ee308b5ebfa54edd1b16673e0a48dbb4cc.tar.zst
yuzu-238208ee308b5ebfa54edd1b16673e0a48dbb4cc.zip
Diffstat (limited to 'src/common/virtual_buffer.cpp')
-rw-r--r--src/common/virtual_buffer.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/common/virtual_buffer.cpp b/src/common/virtual_buffer.cpp
index be5b67752..b009cb500 100644
--- a/src/common/virtual_buffer.cpp
+++ b/src/common/virtual_buffer.cpp
@@ -5,16 +5,7 @@
#ifdef _WIN32
#include <windows.h>
#else
-#include <stdio.h>
#include <sys/mman.h>
-#include <sys/types.h>
-#if defined __APPLE__ || defined __FreeBSD__ || defined __OpenBSD__
-#include <sys/sysctl.h>
-#elif defined __HAIKU__
-#include <OS.h>
-#else
-#include <sys/sysinfo.h>
-#endif
#endif
#include "common/assert.h"