Don't include non-installed glibtop_machine.h in glibtop.h.

That would defeat its purpose.
This commit is contained in:
Benoît Dejean
2015-08-15 10:28:14 +02:00
parent b74d6abf19
commit a3b502ec3f

View File

@@ -32,6 +32,7 @@
G_BEGIN_DECLS
typedef struct _glibtop glibtop;
typedef struct _glibtop_machine glibtop_machine;
/**
* LIBGTOP_CHECK_VERSION
@@ -59,8 +60,6 @@ LIBGTOP_MICRO_VERSION >= (micro)))
#include <glibtop_server.h>
#include <glibtop_machine.h>
#ifndef GLIBTOP_MOUNTENTRY_LEN
#define GLIBTOP_MOUNTENTRY_LEN 79
#endif