From d7dab65e5b89f2a223fba00c62accee2d5313609 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sat, 9 Jan 2016 16:22:09 +0100 Subject: Making widget class, moving stuff around --- include/rofi.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'include/rofi.h') diff --git a/include/rofi.h b/include/rofi.h index 424f483e..316d4cb5 100644 --- a/include/rofi.h +++ b/include/rofi.h @@ -1,20 +1,14 @@ #ifndef ROFI_MAIN_H #define ROFI_MAIN_H #include +#include #include #include #include -#include "textbox.h" -#include -#include #include "timings.h" #include "keyb.h" #include "mode.h" -/** - * @defgroup Widgets Widgets - */ - /** * @defgroup Main Main * @{ -- cgit v1.2.3