]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/include/child.h
Merge branch 'release-4.7.1' into next
[i3/i3] / i3bar / include / child.h
index dc244befe83080808246db148fb68ee8b0930ce8..493292692dfb56d9f4f493361f62458f8af60dea 100644 (file)
@@ -7,8 +7,7 @@
  * child.c: Getting Input for the statusline
  *
  */
-#ifndef CHILD_H_
-#define CHILD_H_
+#pragma once
 
 #include <stdbool.h>
 
@@ -79,5 +78,3 @@ void cont_child(void);
  *
  */
 void send_block_clicked(int button, const char *name, const char *instance, int x, int y);
-
-#endif