From 96dd0fbc509a60dfca833bece63dded45b7900d0 Mon Sep 17 00:00:00 2001 From: shweet Date: Tue, 11 Nov 2025 18:47:51 -0500 Subject: [PATCH] remove xm.h include --- src/imgui/taskbar.cpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/imgui/taskbar.cpp b/src/imgui/taskbar.cpp index 5ab4c5c..169b438 100644 --- a/src/imgui/taskbar.cpp +++ b/src/imgui/taskbar.cpp @@ -10,17 +10,6 @@ #include -#ifdef _MSC_VER - #ifndef __attribute__ - #define __attribute__(x) - #endif - #ifndef restrict - #define restrict __restrict - #endif -#endif - -#include - #include "math_.h" #include "render.h" #include "shader.h"