From ad79c8a6970b39e77ee592479a7b80de683833f6 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Fri, 5 Mar 2010 11:58:37 +0100 Subject: Remove unneeded embedded-c include block from tapset/udp.stp. --- tapset/udp.stp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tapset/udp.stp b/tapset/udp.stp index 2255074a..9ff34f45 100644 --- a/tapset/udp.stp +++ b/tapset/udp.stp @@ -8,12 +8,6 @@ // // This family of probe points is used to probe events that occur in the UDP layer. // -%{ -#include -#include -#include -#include -%} /** * probe udp.sendmsg - Fires whenever a process sends a UDP message -- cgit