mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:57:35 +00:00
CLocalSocket: Add missing pragma once
This commit is contained in:
parent
818a29c964
commit
cd497accbe
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
#include <LibCore/CSocket.h>
|
#include <LibCore/CSocket.h>
|
||||||
|
|
||||||
class CLocalSocket final : public CSocket {
|
class CLocalSocket final : public CSocket {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue