]> git.sur5r.net Git - i3/i3/blobdiff - include/move.h
Merge branch 'master' into next
[i3/i3] / include / move.h
index d45e676e4d52b5e8b8b7c6cef919f17321dea2d9..5c8a7d20f2ad7ce2d0d55271548af987a945b909 100644 (file)
@@ -7,8 +7,7 @@
  * move.c: Moving containers into some direction.
  *
  */
-#ifndef I3_MOVE_H
-#define I3_MOVE_H
+#pragma once
 
 /**
  * Moves the current container in the given direction (TOK_LEFT, TOK_RIGHT,
@@ -16,5 +15,3 @@
  *
  */
 void tree_move(int direction);
-
-#endif