summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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