mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
Unifying *.h guards.
This commit is contained in:
parent
3959e254e2
commit
d8259b34dd
51 changed files with 102 additions and 103 deletions
|
@ -1,7 +1,7 @@
|
|||
// See the file "COPYING" in the main distribution directory for copyright.
|
||||
|
||||
#ifndef TCP_H
|
||||
#define TCP_H
|
||||
#ifndef ANALYZER_PROTOCOL_TCP_TCP_H
|
||||
#define ANALYZER_PROTOCOL_TCP_TCP_H
|
||||
|
||||
#include "analyzer/Analyzer.h"
|
||||
#include "analyzer/protocols/tcp/TCP.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue