normalize includes: common

This commit is contained in:
brainiac
2025-12-18 00:40:31 -08:00
committed by Alex
parent c191ec02d4
commit 3d7101876f
39 changed files with 59 additions and 143 deletions
+3 -1
View File
@@ -1,8 +1,10 @@
#pragma once
#include "common/platform/win/include_windows.h" // uv.h is going to include it so lets do it first.
#include "common/platform/win/include_windows.h" // uv.h is going to include it so let's do it first.
#include "uv.h" // FIXME: hide this
#include <cstring>
namespace EQ
{
class EventLoop
+1
View File
@@ -2,6 +2,7 @@
#include "event_loop.h"
#include <cstring>
#include <functional>
namespace EQ {