summaryrefslogtreecommitdiff
path: root/lib/glibtop-server-private.h
diff options
context:
space:
mode:
authorMartin Baulig <baulig@suse.de>2001-04-20 22:29:59 +0000
committerMartin Baulig <martin@src.gnome.org>2001-04-20 22:29:59 +0000
commit08956770d2ed0be0707726b5d4c875c05f7c8b99 (patch)
tree17c9e165ad929719a7245391c4bdea28c184a9be /lib/glibtop-server-private.h
parent7a7c6baf5593bba0fe1828687a3b0c6b837b160a (diff)
downloadlibgtop-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.h7
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;
};