]> git.sur5r.net Git - i3/i3/blobdiff - include/match.h
Merge branch 'master' into next
[i3/i3] / include / match.h
index e1d259040dfddbd10546bec6469e8df7a7543ee3..09975cac20fe644162930e08ea25742e1d12644f 100644 (file)
@@ -11,8 +11,7 @@
  * match_matches_window() to find the windows affected by this command.
  *
  */
-#ifndef I3_MATCH_H
-#define I3_MATCH_H
+#pragma once
 
 /*
  * Initializes the Match data structure. This function is necessary because the
@@ -46,5 +45,3 @@ bool match_matches_window(Match *match, i3Window *window);
  *
  */
 void match_free(Match *match);
-
-#endif