]> git.sur5r.net Git - i3/i3/blobdiff - include/i3/ipc.h
Use #pragma once
[i3/i3] / include / i3 / ipc.h
index 6a50ccc8701fffe7fb68084de093929bed9f5553..94a39904a7d5bb1232142015cd6b3a7e0c915fa3 100644 (file)
@@ -8,8 +8,7 @@
  * for the IPC interface to i3 (see docs/ipc for more information).
  *
  */
-#ifndef I3_I3_IPC_H
-#define I3_I3_IPC_H
+#pragma once
 
 #include <stdint.h>
 
@@ -101,5 +100,3 @@ typedef struct i3_ipc_header {
 
 /** Bar config update will be triggered to update the bar config */
 #define I3_IPC_EVENT_BARCONFIG_UPDATE           (I3_IPC_EVENT_MASK | 4)
-
-#endif