From a3b502ec3f5633519ef8ecced06cb6760bbbbc4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Sat, 15 Aug 2015 10:28:14 +0200 Subject: [PATCH] Don't include non-installed glibtop_machine.h in glibtop.h. That would defeat its purpose. --- glibtop.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/glibtop.h b/glibtop.h index 29ee44a4..2c963d05 100644 --- a/glibtop.h +++ b/glibtop.h @@ -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 -#include - #ifndef GLIBTOP_MOUNTENTRY_LEN #define GLIBTOP_MOUNTENTRY_LEN 79 #endif