]> git.sur5r.net Git - i3/i3/blobdiff - include/fake_outputs.h
Merge pull request #1931 from Airblader/bug-1924
[i3/i3] / include / fake_outputs.h
index adb10a0d2c448095f8d3c788d43f14b3a556dfbf..32b07fa97e30be5bf3dcaeb819ec92417a8ce558 100644 (file)
@@ -2,14 +2,13 @@
  * vim:ts=4:sw=4:expandtab
  *
  * i3 - an improved dynamic tiling window manager
- * © 2009-2012 Michael Stapelberg and contributors (see also: LICENSE)
+ * © 2009 Michael Stapelberg and contributors (see also: LICENSE)
  *
  * Faking outputs is useful in pathological situations (like network X servers
  * which don’t support multi-monitor in a useful way) and for our testsuite.
  *
  */
-#ifndef _FAKE_OUTPUTS_H
-#define _FAKE_OUTPUTS_H
+#pragma once
 
 /**
  * Creates outputs according to the given specification.
@@ -19,5 +18,3 @@
  *
  */
 void fake_outputs_init(const char *output_spec);
-
-#endif