mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-25 19:10:42 +00:00
transport/server: Use pragma once as include guard
Signed-off-by: Pekka Enberg <penberg@cloudius-systems.com>
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
* Copyright (C) 2015 Cloudius Systems, Ltd.
|
||||
*/
|
||||
|
||||
#ifndef CQL_SERVER_HH
|
||||
#define CQL_SERVER_HH
|
||||
#pragma once
|
||||
|
||||
#include "core/reactor.hh"
|
||||
#include "service/endpoint_lifecycle_subscriber.hh"
|
||||
@@ -190,5 +189,3 @@ private:
|
||||
|
||||
friend event_notifier;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user