diff options
Diffstat (limited to 'src/widget/widget_select.h')
| -rw-r--r-- | src/widget/widget_select.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widget/widget_select.h b/src/widget/widget_select.h index 7bbe5c0..a0bb795 100644 --- a/src/widget/widget_select.h +++ b/src/widget/widget_select.h @@ -3,8 +3,8 @@ #define WIDGET_SELECT_H -#include "base/main.h" -#include "base/list.h" +#include "main.h" +#include "list.h" typedef struct widget_select |