]> git.sur5r.net Git - i3/i3/blobdiff - include/cmdparse.h
Use #pragma once
[i3/i3] / include / cmdparse.h
index 4a87c39c8b266e73ca09002c3b1b4154d4738842..263801f63d6f125de0d90c7713ec42865326e9d2 100644 (file)
@@ -7,9 +7,6 @@
  * 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);
-
-#endif