]> git.sur5r.net Git - i3/i3/blobdiff - include/scratchpad.h
Ensure all *.[ch] files include config.h
[i3/i3] / include / scratchpad.h
index 4d5533273983b1a8a11b8bc6d357fcdbd569fac2..241653c0dda82024aa9eb13651e6a1fad5f66216 100644 (file)
@@ -2,13 +2,14 @@
  * vim:ts=4:sw=4:expandtab
  *
  * i3 - an improved dynamic tiling window manager
- * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE)
+ * © 2009 Michael Stapelberg and contributors (see also: LICENSE)
  *
  * scratchpad.c: Scratchpad functions (TODO: more description)
  *
  */
-#ifndef _SCRATCHPAD_H
-#define _SCRATCHPAD_H
+#pragma once
+
+#include <config.h>
 
 /**
  * Moves the specified window to the __i3_scratch workspace, making it floating
@@ -39,5 +40,3 @@ void scratchpad_show(Con *con);
  *
  */
 void scratchpad_fix_resolution(void);
-
-#endif