1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 15:36:38 +02:00

Clean up the services.h includes.

This commit is contained in:
Sadie Powell
2024-03-09 13:41:21 +00:00
parent 39d288f99f
commit ef37daf44a
5 changed files with 30 additions and 30 deletions
+2
View File
@@ -13,6 +13,8 @@
#include "threadengine.h"
#include "anope.h"
#include <stdexcept>
static void *entry_point(void *parameter)
{
Thread *thread = static_cast<Thread *>(parameter);