]> git.sur5r.net Git - i3/i3/blobdiff - include/log.h
Use #pragma once
[i3/i3] / include / log.h
index ef4dbd3ce08f618a98965a4e01d6a5f5cd3df205..2400092ba2b64244092e0aba2e5a0eca1f4e3da0 100644 (file)
@@ -7,8 +7,7 @@
  * log.c: Logging functions.
  *
  */
-#ifndef I3_LOG_H
-#define I3_LOG_H
+#pragma once
 
 #include <stdarg.h>
 #include <stdbool.h>
@@ -102,5 +101,3 @@ void verboselog(char *fmt, ...)
  * failures. This function is invoked automatically when exiting.
  */
 void purge_zerobyte_logfile(void);
-
-#endif