avoid redefinition of Term and Win

This commit is contained in:
Boris Faure 2019-07-14 18:42:24 +02:00
parent 7f4d891610
commit 8562d1cf6b
2 changed files with 1 additions and 2 deletions

View File

@ -6,6 +6,7 @@
#include "sel.h"
#include "config.h"
#include "utils.h"
#include "win.h"
#include "term_container.h"
typedef struct _Sel Sel;

View File

@ -3,8 +3,6 @@
typedef struct _Term_Container Term_Container;
typedef struct _Term Term;
typedef struct _Win Win;
typedef struct _Sizeinfo Sizeinfo;
struct _Sizeinfo