]> git.sur5r.net Git - i3/i3/blobdiff - include/handlers.h
Use #pragma once
[i3/i3] / include / handlers.h
index b2e7ce2e9288c3751486c22d3f4964734f351297..db7d06b5fec7e172b1b8a488ec0752c7faf0987c 100644 (file)
@@ -8,8 +8,7 @@
  *             …).
  *
  */
-#ifndef I3_HANDLERS_H
-#define I3_HANDLERS_H
+#pragma once
 
 #include <xcb/randr.h>
 
@@ -63,5 +62,3 @@ int handle_window_type(void *data, xcb_connection_t *conn, uint8_t state,
                        xcb_window_t window, xcb_atom_t atom,
                        xcb_get_property_reply_t *property);
 #endif
-
-#endif