From 9430502b16c0b4f1f82cd31d79beff15edd00762 Mon Sep 17 00:00:00 2001 From: "λP.(P izzy)" Date: Mon, 19 Feb 2024 20:33:39 -0600 Subject: fix malloc on OpenBSD targets (#1979) --- src/frontend/duckstation/gl/context.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/frontend/duckstation/gl/context.cpp b/src/frontend/duckstation/gl/context.cpp index a0a4183..308b3c4 100644 --- a/src/frontend/duckstation/gl/context.cpp +++ b/src/frontend/duckstation/gl/context.cpp @@ -3,11 +3,7 @@ #include "loader.h" #include #include -#ifdef __APPLE__ #include -#else -#include -#endif Log_SetChannel(GL::Context); #if defined(_WIN32) -- cgit v1.2.3