Unifying *.h guards.

This commit is contained in:
Robin Sommer 2013-04-19 15:38:08 -07:00
parent 3959e254e2
commit d8259b34dd
51 changed files with 102 additions and 103 deletions

View file

@ -1,7 +1,7 @@
// See the file "COPYING" in the main distribution directory for copyright.
#ifndef rpc_h
#define rpc_h
#ifndef ANALYZER_PROTOCOL_RPC_RPC_H
#define ANALYZER_PROTOCOL_RPC_RPC_H
#include "analyzer/protocols/tcp/TCP.h"
#include "analyzer/protocols/udp/UDP.h"