1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2026-09-24 21:06:21 +00:00

Minor modernizations

resolves #235
This commit is contained in:
Oliver Giles
2026-05-28 19:44:38 +12:00
parent 3392b899b2
commit b1ae75e259
16 changed files with 41 additions and 72 deletions

View File

@@ -1,5 +1,5 @@
///
/// Copyright 2015-2020 Oliver Giles
/// Copyright 2015-2026 Oliver Giles
///
/// This file is part of Laminar
///
@@ -16,8 +16,7 @@
/// You should have received a copy of the GNU General Public License
/// along with Laminar. If not, see <http://www.gnu.org/licenses/>
///
#ifndef LAMINAR_SERVER_H_
#define LAMINAR_SERVER_H_
#pragma once
#include <kj/async-io.h>
#include <kj/compat/http.h>
@@ -72,4 +71,3 @@ private:
kj::Maybe<kj::Promise<void>> reapWatch;
};
#endif // LAMINAR_SERVER_H_