]> git.sur5r.net Git - i3/i3/blobdiff - include/workspace.h
Use #pragma once
[i3/i3] / include / workspace.h
index 907e959f0347e8903eef96bee29498698570f718..463ccf19a8c1723d4704e96896b3610fbaa1bc63 100644 (file)
@@ -8,8 +8,7 @@
  *              workspaces.
  *
  */
-#ifndef I3_WORKSPACE_H
-#define I3_WORKSPACE_H
+#pragma once
 
 #include "data.h"
 #include "tree.h"
@@ -181,4 +180,3 @@ Con *workspace_attach_to(Con *ws);
  * The container inherits the layout from the workspace.
  */
 Con *workspace_encapsulate(Con *ws);
-#endif