Fix trait header guards

This commit is contained in:
Romain Vimont 2021-10-03 17:13:12 +02:00
parent bea3197c3f
commit 056d36ce4a
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
#ifndef SC_FRAME_SINK
#define SC_FRAME_SINK
#ifndef SC_FRAME_SINK_H
#define SC_FRAME_SINK_H
#include "common.h"

View file

@ -1,5 +1,5 @@
#ifndef SC_PACKET_SINK
#define SC_PACKET_SINK
#ifndef SC_PACKET_SINK_H
#define SC_PACKET_SINK_H
#include "common.h"