diff options
author | Mark Wielaard <mjw@redhat.com> | 2010-03-05 11:58:37 +0100 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2010-03-05 11:58:37 +0100 |
commit | ad79c8a6970b39e77ee592479a7b80de683833f6 (patch) | |
tree | 8f7575778f38ee6a42b4af0c0b435e072ec6d2d6 | |
parent | b26c8b318e9e3baa8b4038538bcb45cf6077571c (diff) | |
download | systemtap-steved-ad79c8a6970b39e77ee592479a7b80de683833f6.tar.gz systemtap-steved-ad79c8a6970b39e77ee592479a7b80de683833f6.tar.xz systemtap-steved-ad79c8a6970b39e77ee592479a7b80de683833f6.zip |
Remove unneeded embedded-c include block from tapset/udp.stp.
-rw-r--r-- | tapset/udp.stp | 6 |
1 files changed, 0 insertions, 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 @@ // <tapsetdescription> // This family of probe points is used to probe events that occur in the UDP layer. // </tapsetdescription> -%{ -#include <linux/version.h> -#include <net/sock.h> -#include <net/udp.h> -#include <net/ip.h> -%} /** * probe udp.sendmsg - Fires whenever a process sends a UDP message |