diff options
author | wcohen <wcohen> | 2006-08-14 14:30:41 +0000 |
---|---|---|
committer | wcohen <wcohen> | 2006-08-14 14:30:41 +0000 |
commit | c0aedc918f5007ae14e3cfe28005424b71adfb6e (patch) | |
tree | 9fa34e624f531d2c8241eed24eb7d6027dbe7b58 /runtime/print.c | |
parent | 2752649c534eea91812a7debd4422ab8fbe0ea72 (diff) | |
download | systemtap-steved-c0aedc918f5007ae14e3cfe28005424b71adfb6e.tar.gz systemtap-steved-c0aedc918f5007ae14e3cfe28005424b71adfb6e.tar.xz systemtap-steved-c0aedc918f5007ae14e3cfe28005424b71adfb6e.zip |
PR 3037
* string.c:
* print.c: Remove includes for <linux/config.h>.
Diffstat (limited to 'runtime/print.c')
-rw-r--r-- | runtime/print.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/print.c b/runtime/print.c index 0ba173ba..f01e27e9 100644 --- a/runtime/print.c +++ b/runtime/print.c @@ -11,7 +11,6 @@ #ifndef _PRINT_C_ #define _PRINT_C_ -#include <linux/config.h> #include "string.h" #include "io.c" #include "vsprintf.c" |