chore(event): fix header extension

This commit is contained in:
Adam Heinermann 2025-09-23 15:21:43 -07:00 committed by fallenoak
parent 92b0c4778f
commit 51b200da0d
4 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#include "Event.h" #include "Event.hpp"
#include <cstdint> #include <cstdint>

View file

@ -1,4 +1,4 @@
#include "EventTest.h" #include "EventTest.hpp"
static void STORMAPI TestBreakEventHandlerSelf(void* data) { static void STORMAPI TestBreakEventHandlerSelf(void* data) {

View file

@ -1,5 +1,5 @@
#include "test/Test.hpp" #include "test/Test.hpp"
#include "storm/Event.h" #include "storm/Event.hpp"
#include <deque> #include <deque>
#include <sstream> #include <sstream>