summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBastien Nocera <hadess@src.gnome.org>2003-10-20 15:20:16 +0000
committerBastien Nocera <hadess@src.gnome.org>2003-10-20 15:20:16 +0000
commitb67e4c7f7d1a78e3e21b46955097eb33718bf461 (patch)
tree005dc92d623f76ab2c244e152770cd6db1b0a38d /examples
parentba36a20cb81c8b3561b99a2412a9fd71b7cd8c12 (diff)
downloadlibgtop-b67e4c7f7d1a78e3e21b46955097eb33718bf461.tar.gz
- fixed compilation
Diffstat (limited to 'examples')
-rw-r--r--examples/ChangeLog12
-rw-r--r--examples/first.c1
-rw-r--r--examples/mountlist.c1
-rw-r--r--examples/netload.c1
-rw-r--r--examples/procmap.c1
-rw-r--r--examples/second.c1
-rw-r--r--examples/smp.c1
-rw-r--r--examples/sysdeps.c1
-rw-r--r--examples/third.c1
-rw-r--r--examples/timings.c1
10 files changed, 12 insertions, 9 deletions
diff --git a/examples/ChangeLog b/examples/ChangeLog
index bfd088c6..7882a04f 100644
--- a/examples/ChangeLog
+++ b/examples/ChangeLog
@@ -1,5 +1,17 @@
2003-10-20 Bastien Nocera <hadess@hadess.net>
+ * first.c:
+ * mountlist.c:
+ * netload.c:
+ * procmap.c:
+ * second.c:
+ * smp.c:
+ * sysdeps.c:
+ * third.c:
+ * timings.c: fixed compilation
+
+2003-10-20 Bastien Nocera <hadess@hadess.net>
+
* Makefile.am: removed traces of guile, intllibs and libgnomesupport
2001-01-14 Abel Cheung <maddog@linux.org.hk>
diff --git a/examples/first.c b/examples/first.c
index d57513fd..d3e7de17 100644
--- a/examples/first.c
+++ b/examples/first.c
@@ -26,7 +26,6 @@
#include <glibtop.h>
#include <glibtop/open.h>
#include <glibtop/close.h>
-#include <glibtop/xmalloc.h>
#include <glibtop/parameter.h>
diff --git a/examples/mountlist.c b/examples/mountlist.c
index bbfccf2b..f9c51dc8 100644
--- a/examples/mountlist.c
+++ b/examples/mountlist.c
@@ -26,7 +26,6 @@
#include <glibtop.h>
#include <glibtop/open.h>
#include <glibtop/close.h>
-#include <glibtop/xmalloc.h>
#include <glibtop/parameter.h>
diff --git a/examples/netload.c b/examples/netload.c
index 5e7524f6..82c01350 100644
--- a/examples/netload.c
+++ b/examples/netload.c
@@ -26,7 +26,6 @@
#include <glibtop.h>
#include <glibtop/open.h>
#include <glibtop/close.h>
-#include <glibtop/xmalloc.h>
#include <glibtop/parameter.h>
diff --git a/examples/procmap.c b/examples/procmap.c
index f3e0ac0f..2259ba00 100644
--- a/examples/procmap.c
+++ b/examples/procmap.c
@@ -26,7 +26,6 @@
#include <glibtop.h>
#include <glibtop/open.h>
#include <glibtop/close.h>
-#include <glibtop/xmalloc.h>
#include <glibtop/parameter.h>
diff --git a/examples/second.c b/examples/second.c
index 15f18d80..c612be30 100644
--- a/examples/second.c
+++ b/examples/second.c
@@ -27,7 +27,6 @@
#include <glibtop.h>
#include <glibtop/open.h>
#include <glibtop/close.h>
-#include <glibtop/xmalloc.h>
#include <glibtop/union.h>
#include <glibtop/sysdeps.h>
diff --git a/examples/smp.c b/examples/smp.c
index f55df9ed..501cde91 100644
--- a/examples/smp.c
+++ b/examples/smp.c
@@ -26,7 +26,6 @@
#include <glibtop.h>
#include <glibtop/cpu.h>
-#include <glibtop/xmalloc.h>
int
main (int argc, char *argv [])
diff --git a/examples/sysdeps.c b/examples/sysdeps.c
index 08fa15a0..a8370f17 100644
--- a/examples/sysdeps.c
+++ b/examples/sysdeps.c
@@ -26,7 +26,6 @@
#include <glibtop.h>
#include <glibtop/open.h>
#include <glibtop/close.h>
-#include <glibtop/xmalloc.h>
#include <glibtop/parameter.h>
diff --git a/examples/third.c b/examples/third.c
index d94ab5cf..264e138a 100644
--- a/examples/third.c
+++ b/examples/third.c
@@ -27,7 +27,6 @@
#include <glibtop/open.h>
#include <glibtop/close.h>
-#include <glibtop/xmalloc.h>
#include <glibtop/union.h>
#include <glibtop/sysdeps.h>
diff --git a/examples/timings.c b/examples/timings.c
index 4f62c41c..c5d9f99d 100644
--- a/examples/timings.c
+++ b/examples/timings.c
@@ -26,7 +26,6 @@
#include <glibtop.h>
#include <glibtop/open.h>
#include <glibtop/close.h>
-#include <glibtop/xmalloc.h>
#include <glibtop/parameter.h>