From 8ea24440010fb2151611976cb776ccacfdd5fc8d Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 30 Nov 2015 16:04:50 +0100 Subject: Replace a forgotten ifndef guard with #pragma once --- src/unitd/log.h | 5 +---- 1 file changed, 1 insertion(+), 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 @@ -29,5 +28,3 @@ #define ERROR ULOG_ERR extern unsigned int debug; - -#endif -- cgit v1.2.3