]> git.sur5r.net Git - i3/i3/blobdiff - include/commands.h
Merge branch 'master' into next
[i3/i3] / include / commands.h
index bbf45ba9cbec7095eea20af4385236a1321d026e..e7d2781dbe1f759c2b94681abb9795be0ef37af2 100644 (file)
@@ -7,8 +7,7 @@
  * commands.c: all command functions (see commands_parser.c)
  *
  */
-#ifndef I3_COMMANDS_H
-#define I3_COMMANDS_H
+#pragma once
 
 #include "commands_parser.h"
 
@@ -288,5 +287,3 @@ void cmd_shmlog(I3_CMD, char *argument);
  *
  */
 void cmd_debuglog(I3_CMD, char *argument);
-
-#endif