summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>1999-08-19 20:12:23 +0000
committerElliot Lee <sopwith@src.gnome.org>1999-08-19 20:12:23 +0000
commit3a3899fda167387f3acce4c585889a1926675db1 (patch)
tree8f9bdb0886c5720f4d931d7db2a2106b00affdb1 /examples
parent9cba48fbc97da313418f6440143c2976b93b7f8e (diff)
downloadlibgtop-3a3899fda167387f3acce4c585889a1926675db1.tar.gz
Make it build with gcc 2.95.1
Make it build with gcc 2.95.1
Diffstat (limited to 'examples')
-rw-r--r--examples/second.c2
-rw-r--r--examples/smp.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/examples/second.c b/examples/second.c
index cb9d5657..cfb57196 100644
--- a/examples/second.c
+++ b/examples/second.c
@@ -31,8 +31,6 @@
#include <glibtop/union.h>
#include <glibtop/sysdeps.h>
-#include <math.h>
-
static void
output (pid_t pid)
{
diff --git a/examples/smp.c b/examples/smp.c
index b8f88b4e..9a098604 100644
--- a/examples/smp.c
+++ b/examples/smp.c
@@ -27,8 +27,6 @@
#include <glibtop/cpu.h>
#include <glibtop/xmalloc.h>
-#include <math.h>
-
int
main (int argc, char *argv [])
{