diff options
author | William Cohen <wcohen@redhat.com> | 2009-04-02 17:41:20 -0400 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2009-04-02 17:41:20 -0400 |
commit | 093421c6ba933754aa52cf6399aae5b8f86d86d9 (patch) | |
tree | c17822d7160dccb769c169b028809351a0f7d19b /translate.cxx | |
parent | 35ca8082a77e00173c94fe5fdcbd013b111033f2 (diff) | |
download | systemtap-steved-093421c6ba933754aa52cf6399aae5b8f86d86d9.tar.gz systemtap-steved-093421c6ba933754aa52cf6399aae5b8f86d86d9.tar.xz systemtap-steved-093421c6ba933754aa52cf6399aae5b8f86d86d9.zip |
Reorder includes so regs.c and regs-ia64.c included before task_finder.c.
Diffstat (limited to 'translate.cxx')
-rw-r--r-- | translate.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/translate.cxx b/translate.cxx index 9085349e..cab37487 100644 --- a/translate.cxx +++ b/translate.cxx @@ -4967,9 +4967,7 @@ translate_pass (systemtap_session& s) s.op->newline() << "#define STP_PERFMON"; s.op->newline() << "#include \"runtime.h\""; - s.op->newline() << "#include \"regs.c\""; s.op->newline() << "#include \"stack.c\""; - s.op->newline() << "#include \"regs-ia64.c\""; s.op->newline() << "#include \"stat.c\""; s.op->newline() << "#include <linux/string.h>"; s.op->newline() << "#include <linux/timer.h>"; |