1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 07:16:37 +02:00

gui: remove non-standard enum forward declaration

This commit is contained in:
Simmo Saan
2017-06-03 12:39:59 +03:00
parent 996aaf0613
commit dcef2a8e0d
+2 -1
View File
@@ -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
{