]> git.sur5r.net Git - i3/i3/blobdiff - include/i3.h
Use #pragma once
[i3/i3] / include / i3.h
index bd40f16b9eb8e79937d562937fab9fc743394a90..4ed0d8d54f1c62796503fa5f79f168a7fb2e3738 100644 (file)
@@ -7,8 +7,7 @@
  * i3.h: global variables that are used all over i3.
  *
  */
-#ifndef _I3_H
-#define _I3_H
+#pragma once
 
 #include <sys/time.h>
 #include <sys/resource.h>
@@ -62,5 +61,3 @@ extern bool xcursor_supported, xkb_supported;
 extern xcb_window_t root;
 extern struct ev_loop *main_loop;
 extern bool only_check_config;
-
-#endif