]> git.sur5r.net Git - i3/i3/blobdiff - include/floating.h
Use #pragma once
[i3/i3] / include / floating.h
index 43600187f60d5e4db3e386a93f7d84e5415e0bde..fa3bdcc3fc132774f512497ad7ccfa89cf5f47c4 100644 (file)
@@ -7,8 +7,7 @@
  * floating.c: Floating windows.
  *
  */
-#ifndef I3_FLOATING_H
-#define I3_FLOATING_H
+#pragma once
 
 #include "tree.h"
 
@@ -183,5 +182,3 @@ void floating_reposition(Con *con, Rect newrect);
  *
  */
 void floating_fix_coordinates(Con *con, Rect *old_rect, Rect *new_rect);
-
-#endif