summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2009-07-14 22:17:56 +0200
committerMark Wielaard <mjw@redhat.com>2009-07-14 22:17:56 +0200
commit9344d46f4186dbeaff984b1af6333d5c55221cd5 (patch)
tree82477be13ddcc9d7ad7159d023e6bdb8e9c44d42 /tapsets.cxx
parent011165968c00e4125dfb9ee132e79f65dbea50c4 (diff)
downloadsystemtap-steved-9344d46f4186dbeaff984b1af6333d5c55221cd5.tar.gz
systemtap-steved-9344d46f4186dbeaff984b1af6333d5c55221cd5.tar.xz
systemtap-steved-9344d46f4186dbeaff984b1af6333d5c55221cd5.zip
tapsets.cxx doesn't need loc2c.h. All done through dwflpp.cxx now.
* tapsets.cxx: Remove loc2c.h include.
Diffstat (limited to 'tapsets.cxx')
-rw-r--r--tapsets.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/tapsets.cxx b/tapsets.cxx
index dbf3c55d..9ca25b0b 100644
--- a/tapsets.cxx
+++ b/tapsets.cxx
@@ -48,7 +48,6 @@ extern "C" {
#include <stdio.h>
#include <sys/types.h>
-#include "loc2c.h"
#define __STDC_FORMAT_MACROS
#include <inttypes.h>
}