@ -1,7 +1,6 @@
/* -*- P4_16 -*- */
#ifndef DEPARSERS_P4
#define DEPARSERS_P4
apply {
/* always */
packet.emit(hdr.ethernet);
@ -148,7 +148,7 @@ control TopDeparser(packet_out packet,
// packet.emit(hdr.ethernet);
// }
#include "parsers.p4"
#include "deparser.p4"
}