.hpp -> .h as CCG SF.1

This commit is contained in:
sfja 2026-03-23 19:35:26 +01:00
parent 452262effd
commit 8e61bedf63
4 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#include "http.hpp" #include "http.h"
namespace mst { namespace mst {
auto HttpServer::start() -> Result<void> auto HttpServer::start() -> Result<void>

View File

@ -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>

View File

@ -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>