mirror of
https://github.com/ohwgiles/laminar.git
synced 2026-09-24 12:56:42 +00:00
use compliant include guards
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
/// 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_
|
||||
#ifndef LAMINAR_SERVER_H_
|
||||
#define LAMINAR_SERVER_H_
|
||||
|
||||
#include <kj/async-io.h>
|
||||
#include <capnp/message.h>
|
||||
@@ -63,4 +63,4 @@ private:
|
||||
kj::TaskSet tasks;
|
||||
};
|
||||
|
||||
#endif // _LAMINAR_SERVER_H_
|
||||
#endif // LAMINAR_SERVER_H_
|
||||
|
||||
Reference in New Issue
Block a user