aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-06-29 13:08:42 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-06-29 13:08:42 +0200
commit6a6d72fbed69cb115a50f957e8bae6d412f1ca31 (patch)
tree4e5de0c42d02abd3cd20490a0044a7d27ec39f4a
parentd677b564c2193a5cd381925c2eeaad6b23c6af2f (diff)
downloadcmocka-6a6d72fbed69cb115a50f957e8bae6d412f1ca31.tar.gz
cmocka-6a6d72fbed69cb115a50f957e8bae6d412f1ca31.tar.xz
cmocka-6a6d72fbed69cb115a50f957e8bae6d412f1ca31.zip
example: Remove unused utmp header file
-rw-r--r--example/uptime/uptime.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/example/uptime/uptime.c b/example/uptime/uptime.c
index c10524d..77776a7 100644
--- a/example/uptime/uptime.c
+++ b/example/uptime/uptime.c
@@ -20,7 +20,6 @@
#include <string.h>
#include <time.h>
#include <sys/time.h>
-#include <utmp.h>
#include "proc_uptime.h"