]> git.sur5r.net Git - i3/i3/blobdiff - include/click.h
Merge pull request #1931 from Airblader/bug-1924
[i3/i3] / include / click.h
index 3c4d5288fdb8119a5e98086bdc1af15d1f625153..7ce80d97abcbf50f8edb998e31ce161943c38ed3 100644 (file)
@@ -2,13 +2,12 @@
  * vim:ts=4:sw=4:expandtab
  *
  * i3 - an improved dynamic tiling window manager
- * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE)
+ * © 2009 Michael Stapelberg and contributors (see also: LICENSE)
  *
  * click.c: Button press (mouse click) events.
  *
  */
-#ifndef I3_CLICK_H
-#define I3_CLICK_H
+#pragma once
 
 /**
  * The button press X callback. This function determines whether the floating
@@ -19,5 +18,3 @@
  *
  */
 int handle_button_press(xcb_button_press_event_t *event);
-
-#endif