diff options
author | Simmo Saan <simmo.saan@gmail.com> | 2017-06-03 12:39:59 +0300 |
---|---|---|
committer | Simmo Saan <simmo.saan@gmail.com> | 2017-06-03 15:56:26 +0300 |
commit | dcef2a8e0ddcea672a38a88f6c57eccc90203a48 (patch) | |
tree | aab0bcf39967455174d912046872975435cf7ce8 /src | |
parent | 996aaf061368c86c45e1d43a8c81e65ece16873e (diff) | |
download | weechat-dcef2a8e0ddcea672a38a88f6c57eccc90203a48.zip |
gui: remove non-standard enum forward declaration
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/gui-bar-window.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/gui-bar-window.h b/src/gui/gui-bar-window.h index f5c0d8573..c5e4a1e43 100644 --- a/src/gui/gui-bar-window.h +++ b/src/gui/gui-bar-window.h @@ -20,10 +20,11 @@ #ifndef WEECHAT_GUI_BAR_WINDOW_H #define WEECHAT_GUI_BAR_WINDOW_H 1 +#include "gui-bar.h" + struct t_infolist; struct t_gui_buffer; struct t_gui_window; -enum t_gui_bar_position; struct t_gui_bar_window_coords { |