mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-27 05:37:39 +02:00
.hpp -> .h as CCG SF.1
This commit is contained in:
parent
452262effd
commit
8e61bedf63
@ -1,4 +1,4 @@
|
|||||||
#include "http.hpp"
|
#include "http.h"
|
||||||
|
|
||||||
namespace mst {
|
namespace mst {
|
||||||
auto HttpServer::start() -> Result<void>
|
auto HttpServer::start() -> Result<void>
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "tcp.hpp"
|
#include "tcp.h"
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include <expected>
|
#include <expected>
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
@ -1,4 +1,4 @@
|
|||||||
#include "tcp.hpp"
|
#include "tcp.h"
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <expected>
|
#include <expected>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user