diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2014-09-09 21:50:38 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2014-09-09 21:50:38 +0200 |
| commit | deca6f4d03d36e4980715ae6709f244f381b1175 (patch) | |
| tree | e8e8b61824fb4341976c4e010edb89b65d17a770 /window.h | |
| parent | 6d2e43b8142e17f4dd0a578a961b1d8cc98894bb (diff) | |
| download | vis-deca6f4d03d36e4980715ae6709f244f381b1175.tar.gz vis-deca6f4d03d36e4980715ae6709f244f381b1175.tar.xz | |
Cleanup header files
Diffstat (limited to 'window.h')
| -rw-r--r-- | window.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,12 +1,12 @@ #ifndef WINDOW_H #define WINDOW_H -#include <curses.h> +#include <stddef.h> +#include <stdbool.h> #include "text.h" typedef struct Syntax Syntax; typedef struct Win Win; -typedef size_t Filepos; Win *window_new(Text*); void window_free(Win*); |
