diff options
Diffstat (limited to 'src/widget/widget_label.h')
| -rw-r--r-- | src/widget/widget_label.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget/widget_label.h b/src/widget/widget_label.h index a3bb060..f976bbc 100644 --- a/src/widget/widget_label.h +++ b/src/widget/widget_label.h @@ -3,7 +3,7 @@ #define WIDGET_LABEL_H -#include "base/main.h" +#include "main.h" typedef struct widget_label { |