]> git.sur5r.net Git - i3/i3/blobdiff - include/output.h
Use #pragma once
[i3/i3] / include / output.h
index d488ad30c4baef8b67c7654bd4da0ddccffead3b..10ee7d1740ac4d4f96ee7dca366063713ab06511 100644 (file)
@@ -7,13 +7,10 @@
  * output.c: Output (monitor) related functions.
  *
  */
-#ifndef _OUTPUT_H
-#define _OUTPUT_H
+#pragma once
 
 /**
  * Returns the output container below the given output container.
  *
  */
 Con *output_get_content(Con *output);
-
-#endif