]> git.sur5r.net Git - i3/i3/blobdiff - include/cmdparse.h
Merge branch 'release-4.16.1'
[i3/i3] / include / cmdparse.h
index 4a87c39c8b266e73ca09002c3b1b4154d4738842..a2cbb17eafc54686664611b68f2f6556f4c76d1f 100644 (file)
@@ -2,14 +2,13 @@
  * 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)
  *
  * cmdparse.y: the parser for commands you send to i3 (or bind on keys)
  *
  */
-#ifndef I3_CMDPARSE_H
-#define I3_CMDPARSE_H
+#pragma once
 
-char *parse_cmd(const char *new);
+#include <config.h>
 
-#endif
+char *parse_cmd(const char *new);