summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-11-30 16:04:50 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-11-30 16:04:50 +0100
commit8ea24440010fb2151611976cb776ccacfdd5fc8d (patch)
tree7aaf0c88d22ff108cbc1ce6b574c552a6a5de68a
parentc44898bd9eea6a544c0c751f5435e6830d96fe32 (diff)
downloadunitd-8ea24440010fb2151611976cb776ccacfdd5fc8d.tar
unitd-8ea24440010fb2151611976cb776ccacfdd5fc8d.zip
Replace a forgotten ifndef guard with #pragma once
-rw-r--r--src/unitd/log.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/unitd/log.h b/src/unitd/log.h
index 3ad6a8c..e4a33e1 100644
--- a/src/unitd/log.h
+++ b/src/unitd/log.h
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*/
-#ifndef __LOG_H
-#define __LOG_H
+#pragma once
#include <libubox/ulog.h>
@@ -29,5 +28,3 @@
#define ERROR ULOG_ERR
extern unsigned int debug;
-
-#endif