server: Add pragma once to server-context.h (#19944)

This commit is contained in:
Roj234 2026-02-28 01:28:36 +08:00 committed by GitHub
parent 5596a35791
commit 3e6ab244ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,5 @@
#pragma once
#include "server-http.h"
#include "server-task.h"
#include "server-queue.h"