diff options
author | Tony Crisci <tony@dubstepdish.com> | 2018-02-17 19:05:17 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2018-02-17 19:05:17 -0500 |
commit | f0ca2cb5c367a0142b6988d04c6b996f1c296055 (patch) | |
tree | 692177347bace8e33a37df8d9e792be8aeb75289 /include | |
parent | 176d24f02dfaa0a7866dd4ea278d0cbf30fa23bb (diff) |
use quotes for container include
Diffstat (limited to 'include')
-rw-r--r-- | include/sway/workspace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/workspace.h b/include/sway/workspace.h index ca6f9bdb..fee54255 100644 --- a/include/sway/workspace.h +++ b/include/sway/workspace.h @@ -1,7 +1,7 @@ #ifndef _SWAY_WORKSPACE_H #define _SWAY_WORKSPACE_H -#include <sway/container.h> +#include "sway/container.h" extern char *prev_workspace_name; |