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/string.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/string.c')
-rw-r--r-- | runtime/string.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/string.c b/runtime/string.c index d0a53a6a..359d8d45 100644 --- a/runtime/string.c +++ b/runtime/string.c @@ -10,7 +10,6 @@ #ifndef _STRING_C_ #define _STRING_C_ -#include <linux/config.h> #include "string.h" /** @file string.c |