]> git.sur5r.net Git - i3/i3/blobdiff - include/fake_outputs.h
Merge branch 'release-4.16.1'
[i3/i3] / include / fake_outputs.h
index bfeba292470af38e800a553eec644becf3385a2f..27a0d41a15e87781779aeee5d0f3c8994c361551 100644 (file)
@@ -2,14 +2,15 @@
  * 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 I3_FAKE_OUTPUTS_H
-#define I3_FAKE_OUTPUTS_H
+#pragma once
+
+#include <config.h>
 
 /**
  * Creates outputs according to the given specification.
@@ -19,5 +20,3 @@
  *
  */
 void fake_outputs_init(const char *output_spec);
-
-#endif