summaryrefslogtreecommitdiff
path: root/src/log.h
diff options
context:
space:
mode:
authorGustavo F. Padovan <gustavo@padovan.org>2010-06-08 04:11:47 -0300
committerJohan Hedberg <johan.hedberg@nokia.com>2010-06-08 15:57:38 +0800
commit1a0e1f2b7ec8cfd24912c72cf4de3bcee10649d3 (patch)
tree386aef233bf2ddc53fa1b5d1a8a97c0432cb3f56 /src/log.h
parenta554d3a656f0b0e3a3d82b68ab61b89f1b876660 (diff)
downloadbluez-1a0e1f2b7ec8cfd24912c72cf4de3bcee10649d3.tar.gz
Remove ifndef barrier from log.h and btio.h
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/log.h b/src/log.h
index 9af51e7fc..f78ecac1c 100644
--- a/src/log.h
+++ b/src/log.h
@@ -21,9 +21,6 @@
*
*/
-#ifndef __LOGGING_H
-#define __LOGGING_H
-
void info(const char *format, ...) __attribute__((format(printf, 1, 2)));
void error(const char *format, ...) __attribute__((format(printf, 1, 2)));
void debug(const char *format, ...) __attribute__((format(printf, 1, 2)));
@@ -57,4 +54,3 @@ struct btd_debug_desc {
__FILE__, __FUNCTION__ , ## arg); \
} while (0)
-#endif /* __LOGGING_H */