diff options
author | Soren Sandmann <sandmann@daimi.au.dk> | 2006-10-30 01:06:46 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2006-10-30 01:06:46 +0000 |
commit | 327583358a612a5d3d1addb0f9aa4a96409fe1c9 (patch) | |
tree | 799b0a2c9b3906a6150ea57211ce145e026100cd /module/sysprof-module.c | |
parent | 7c92b8e3dc609679ef6a45af824010380f2013bc (diff) |
=-=-=-= Release sysprof 1.0.4 =-=-=-=sysprof-1.0.4
2006-10-29 Soren Sandmann <sandmann@daimi.au.dk>
* =-=-=-= Release sysprof 1.0.4 =-=-=-=
* module/sysprof-module.c: Remove include of linux/config.h
Diffstat (limited to 'module/sysprof-module.c')
-rw-r--r-- | module/sysprof-module.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/sysprof-module.c b/module/sysprof-module.c index 5cee6b6..964f1ac 100644 --- a/module/sysprof-module.c +++ b/module/sysprof-module.c @@ -19,7 +19,6 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include <linux/config.h> #if !CONFIG_PROFILING # error Sysprof needs a kernel with profiling support compiled in. #endif |