diff options
author | Martin Baulig <baulig@suse.de> | 2001-04-20 22:29:59 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 2001-04-20 22:29:59 +0000 |
commit | 08956770d2ed0be0707726b5d4c875c05f7c8b99 (patch) | |
tree | 17c9e165ad929719a7245391c4bdea28c184a9be /lib/glibtop-server-private.h | |
parent | 7a7c6baf5593bba0fe1828687a3b0c6b837b160a (diff) | |
download | libgtop-08956770d2ed0be0707726b5d4c875c05f7c8b99.tar.gz |
Removed all sysdeps checks.
2001-04-21 Martin Baulig <baulig@suse.de>
* configure.in: Removed all sysdeps checks.
* lib/sysdeps-init*.c: Removed.
* lib/inodedb.c: Moved here from sysdeps/common/inodedb.c.
* glibtop-config.h: Removed.
Diffstat (limited to 'lib/glibtop-server-private.h')
-rw-r--r-- | lib/glibtop-server-private.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/glibtop-server-private.h b/lib/glibtop-server-private.h index 403844ee..d76bd473 100644 --- a/lib/glibtop-server-private.h +++ b/lib/glibtop-server-private.h @@ -26,19 +26,12 @@ #ifndef __GLIBTOP_SERVER_PRIVATE_H__ #define __GLIBTOP_SERVER_PRIVATE_H__ -#ifdef HAVE_GLIBTOP_MACHINE_H -#include <glibtop_machine.h> -#endif - #include <glib.h> typedef struct _glibtop_server_private glibtop_server_private; struct _glibtop_server_private { -#ifdef HAVE_GLIBTOP_MACHINE_H - glibtop_machine machine; /* Machine dependent data */ -#endif GSList *backend_list; }; |