summaryrefslogtreecommitdiff
path: root/usr.bin/sndiod/file.c
diff options
context:
space:
mode:
authorAlexandre Ratchov <ratchov@cvs.openbsd.org>2012-12-07 08:04:59 +0000
committerAlexandre Ratchov <ratchov@cvs.openbsd.org>2012-12-07 08:04:59 +0000
commit56095be41bb9813bd41e6880c7225bdb10491d4e (patch)
treecb4517165faf00058df36338dc9fbaaffa8800b2 /usr.bin/sndiod/file.c
parent61aeba66d2d7ccc463bccd093601cb23c7ade20b (diff)
move log_level in utils.h with other logging bits
Diffstat (limited to 'usr.bin/sndiod/file.c')
-rw-r--r--usr.bin/sndiod/file.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/sndiod/file.c b/usr.bin/sndiod/file.c
index 415bc34666e..1f17dc8c42c 100644
--- a/usr.bin/sndiod/file.c
+++ b/usr.bin/sndiod/file.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: file.c,v 1.1 2012/11/23 07:03:28 ratchov Exp $ */
+/* $OpenBSD: file.c,v 1.2 2012/12/07 08:04:58 ratchov Exp $ */
/*
* Copyright (c) 2008-2012 Alexandre Ratchov <alex@caoua.org>
*
@@ -56,7 +56,6 @@
#include <stdlib.h>
#include <time.h>
-#include "defs.h"
#include "file.h"
#include "utils.h"