]> git.sur5r.net Git - i3/i3/blobdiff - include/sighandler.h
bugfix: copy binding before run
[i3/i3] / include / sighandler.h
index 25d3385bc1e1cfec27e1f5bcd053966ccba6184e..184db73bc7d7d2890668aed32eba46510f252d96 100644 (file)
@@ -9,13 +9,10 @@
  *               to restart inplace).
  *
  */
-#ifndef I3_SIGHANDLER_H
-#define I3_SIGHANDLER_H
+#pragma once
 
 /**
  * Setup signal handlers to safely handle SIGSEGV and SIGFPE
  *
  */
 void setup_signal_handler(void);
-
-#endif