Rename headers to .hpp (#1154)

Fixes #1153
This commit is contained in:
Alex Kremer
2024-02-05 13:10:50 +00:00
committed by GitHub
parent 957aadd25a
commit a1699d7484
379 changed files with 1563 additions and 1547 deletions

View File

@@ -19,7 +19,7 @@
#pragma once
#include "web/interface/ConnectionBase.h"
#include "web/interface/ConnectionBase.hpp"
#include <boost/beast.hpp>
#include <boost/beast/core/error.hpp>

View File

@@ -19,7 +19,7 @@
#pragma once
#include "util/Taggable.h"
#include "util/Taggable.hpp"
#include <boost/beast/http.hpp>
#include <boost/beast/http/status.hpp>